fix wrong type def in lib to match header
This commit is contained in:
parent
2051a2a7d6
commit
2a08298060
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
bind:checked={settingValue}
|
bind:checked={settingValue}
|
||||||
on:change={changed}
|
on:change={changed}
|
||||||
/>
|
/>
|
||||||
{:else if type === "input"}
|
{:else if type === "textinput"}
|
||||||
<!-- Text Input -->
|
<!-- Text Input -->
|
||||||
<input
|
<input
|
||||||
class="b3-text-field fn__flex-center fn__size200"
|
class="b3-text-field fn__flex-center fn__size200"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue