Skip to content

Commit 450c29e

Browse files
committed
fix(components): remove unused 'children' prop from ComboboxChipsInput
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent d21f501 commit 450c29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/combobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function ComboboxChip({
243243
);
244244
}
245245

246-
function ComboboxChipsInput({ className, children, ...props }: ComboboxPrimitive.Input.Props) {
246+
function ComboboxChipsInput({ className, ...props }: ComboboxPrimitive.Input.Props) {
247247
return (
248248
<ComboboxPrimitive.Input
249249
data-slot="combobox-chip-input"

0 commit comments

Comments
 (0)