File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/features/instance/databases/components Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88import { formatBrowseDataTableHeader } from '@/features/instance/databases/functions/formatBrowseDataTableHeader' ;
99import { useToggleCallback } from '@/hooks/useToggleCallback' ;
1010import { excludeFalsy } from '@/lib/arrays/excludeFalsy' ;
11- import { notYetImplemented } from '@/lib/notYetImplemented' ;
1211import { VisibilityState } from '@tanstack/react-table' ;
1312import { Columns3CogIcon } from 'lucide-react' ;
1413import { useEffect , useMemo } from 'react' ;
@@ -30,7 +29,7 @@ export function PickColumnsDropdown({
3029 return (
3130 < DropdownMenu >
3231 < DropdownMenuTrigger asChild >
33- < Button variant = "ghost" onClick = { notYetImplemented } >
32+ < Button variant = "ghost" >
3433 < Columns3CogIcon className = "inline-block " />
3534 Columns
3635 </ Button >
You can’t perform that action at this time.
0 commit comments