Skip to content

Commit 29b21f1

Browse files
chore(deps): little update of shadcn components
1 parent a119c7b commit 29b21f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/ui/dropdown-menu/dropdown-menu-checkbox-group.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
let {
55
ref = $bindable(null),
6-
value = $bindable(),
6+
value = $bindable([]),
77
...restProps
88
}: DropdownMenuPrimitive.CheckboxGroupProps = $props();
99
</script>

0 commit comments

Comments
 (0)