fix: making linter happy
This commit is contained in:
parent
bb847e391c
commit
fff2b6ea19
@ -23,7 +23,6 @@ export const Select = <T,>({ onSelect, options, value }: SelectProps<T>) => {
|
||||
</DropdownMenu.Trigger>
|
||||
<DropdownMenu.Content
|
||||
onClickOutside={() => {
|
||||
console.log("click outside");
|
||||
setIsOpen(false);
|
||||
}}
|
||||
onSelect={() => setIsOpen(false)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user