Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmau committed Aug 23, 2024
1 parent 873f6ef commit 828aae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/data-grid/filters/ColumnFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export const ColumnFilters = ({
};

const onDateSelect = ({ dates, columnField }: { dates: [Date, Date]; columnField: string }) => {
console.log('testttt 1212 ', dates);
if (setDates) {
setDates(dates);
}
Expand Down

0 comments on commit 828aae7

Please sign in to comment.