Explorar el Código

fix: making linter happy

Arnošt Pleskot hace 2 años
padre
commit
fff2b6ea19
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)}