Explorar o código

fix: making linter happy

Arnošt Pleskot %!s(int64=2) %!d(string=hai) anos
pai
achega
fff2b6ea19
Modificáronse 1 ficheiros con 0 adicións e 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)}