fix: making linter happy

This commit is contained in:
Arnošt Pleskot 2023-09-19 17:51:32 +02:00
parent bb847e391c
commit fff2b6ea19
No known key found for this signature in database

View File

@ -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)}