Skip to content

Commit

Permalink
0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed Aug 19, 2022
1 parent 736eeba commit a6c61d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/components/ArgInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
class="arg-input ui-min-w-fit ui-input-group ui-justify-{justify} ui-min-h-12"
for=""
class:!ui-w-auto={widthAuto}
id="{type}-{value}-{extra.id}"
id="{type}-{value}-{extra?.id}"
data-id={id}
>
<slot name="left" />
{#if label != ""}
Expand Down

0 comments on commit a6c61d2

Please sign in to comment.