Skip to content

Commit

Permalink
proper naming for inputChips
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed Dec 13, 2024
1 parent 1d363de commit eaaa740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Devilstable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
]}
bind:value={inputChipValues}
placeholder="Textzeuge / Fragment hinzufügen..."
name="Inputchips"
name="inputChips"
allowUpperCase
/>
<div class="btn-group md:btn-group-vertical variant-filled h-min m-auto">
Expand Down

0 comments on commit eaaa740

Please sign in to comment.