Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
Signed-off-by: Evzen Gasta <[email protected]>
  • Loading branch information
gastoner committed Nov 21, 2024
1 parent 28a7276 commit 65c8693
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ async function onAiLabPortInput(event: Event): Promise<void> {
<Input
type="number"
value={String(aiLabPort ?? 0)}
on:input={async (e): Promise<void> => await onAiLabPortInput(e)}
on:input={onAiLabPortInput}
class="w-full ml-2"
placeholder="10434"
name="aiLabPort"
aria-label="Port input" />
</div>
{#if errorMsg !== undefined}
{#if errorMsg}
<ErrorMessage error={errorMsg} />
{/if}
</div>
Expand Down

0 comments on commit 65c8693

Please sign in to comment.