Skip to content

Commit bf4117d

Browse files
Merge pull request #2 from OpenElementsLabs/daniel-dev
fix(components): remove unused 'children' prop from ComboboxChipsInput
2 parents 64ea668 + 450c29e commit bf4117d

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)