Merge pull request #23 from zxkmm/fix_wrong_type_def_to_match_header
fix wrong type def in lib, edited to match header
This commit is contained in:
commit
50a2286d43
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
bind:checked={settingValue}
|
||||
on:change={changed}
|
||||
/>
|
||||
{:else if type === "input"}
|
||||
{:else if type === "textinput"}
|
||||
<!-- Text Input -->
|
||||
<input
|
||||
class="b3-text-field fn__flex-center fn__size200"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue