Skip to content

Commit 50a2286

Browse files
authored
Merge pull request #23 from zxkmm/fix_wrong_type_def_to_match_header
fix wrong type def in lib, edited to match header
2 parents 2051a2a + 2a08298 commit 50a2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/setting-item.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
bind:checked={settingValue}
4545
on:change={changed}
4646
/>
47-
{:else if type === "input"}
47+
{:else if type === "textinput"}
4848
<!-- Text Input -->
4949
<input
5050
class="b3-text-field fn__flex-center fn__size200"

0 commit comments

Comments
 (0)