Browse Source

fix: making linter happy

Arnošt Pleskot 2 năm trước cách đây
mục cha
commit
fff2b6ea19
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/Select.tsx

+ 0 - 1
src/components/Select.tsx

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