Skip to content

Commit

Permalink
Update ComboBox.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyjeong13 committed Dec 20, 2024
1 parent 0f602a3 commit 312171f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/admin/app/components/composed/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type ComboBoxProps<T extends BaseOption> = {
options: (T | GroupedOption<T>)[];
placeholder?: string;
renderOption?: (option: T) => ReactNode;
suggested?: string[];
value?: T | null;
};

Expand Down

0 comments on commit 312171f

Please sign in to comment.