Pārlūkot izejas kodu

fix: making linter happy

Arnošt Pleskot 2 gadi atpakaļ
vecāks
revīzija
fff2b6ea19
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)}