Skip to content

Commit 22fe24b

Browse files
committed
fix: removed type inconsitency.
1 parent 0e9706a commit 22fe24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/metagram/src/lib/ui/Textarea/Textarea.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
let {
1313
name = '',
1414
placeholder = '',
15-
value = $bindable(''),
15+
value = $bindable(),
1616
rows,
1717
...restProps
1818
}: ITextareaProps = $props();

0 commit comments

Comments
 (0)