Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Nov 26, 2024
1 parent 35caa18 commit a695eda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/DataTableHeaderCellFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export function DataTableHeaderCellFilter<T>({
const Icon = isActive ? IconFilterFilled : IconFilter;
const ref = useClickOutside(close);

console.log({ filterPopoverProps });

return (
<Popover withArrow shadow="md" opened={isOpen} onClose={close} trapFocus {...filterPopoverProps}>
<PopoverTarget>
Expand Down

0 comments on commit a695eda

Please sign in to comment.