File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/features/insights Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88 getDefaultEndDate ,
99 DEFAULT_PRESET ,
1010} from "@calcom/features/data-table/lib/dateRange" ;
11- import { ColumnFilterType } from "@calcom/features/data-table/lib/types" ;
11+ import { ColumnFilterType , type ColumnFilter } from "@calcom/features/data-table/lib/types" ;
1212import { CURRENT_TIMEZONE } from "@calcom/lib/timezoneConstants" ;
1313
1414import { useInsightsOrgTeams } from "./useInsightsOrgTeams" ;
@@ -36,7 +36,7 @@ export function useInsightsBookingParameters() {
3636 preset : DEFAULT_PRESET . value ,
3737 } ,
3838 } ,
39- } ,
39+ } satisfies ColumnFilter ,
4040 ] ;
4141 }
4242 } , [ columnFilters ] ) ;
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
22
33import dayjs from "@calcom/dayjs" ;
4- import { ColumnFilterType , type ColumnFilter } from "@calcom/features/data-table/lib/types" ;
5- import { isDateRangeFilterValue } from "@calcom/features/data-table/lib/utils" ;
64import {
75 extractDateRangeFromColumnFilters ,
86 replaceDateRangeColumnFilter ,
You can’t perform that action at this time.
0 commit comments