Fixed retention report showing wrong dates. Changed Breakdown field select to modal.
This commit is contained in:
@@ -88,7 +88,8 @@ export const reportParms = {
|
||||
endDate: z.coerce.date(),
|
||||
num: z.coerce.number().optional(),
|
||||
offset: z.coerce.number().optional(),
|
||||
unit: z.string().optional(),
|
||||
timezone: timezoneParam.optional(),
|
||||
unit: unitParam.optional(),
|
||||
value: z.string().optional(),
|
||||
}),
|
||||
};
|
||||
|
||||
@@ -68,7 +68,7 @@ export interface QueryFilters {
|
||||
timezone?: string;
|
||||
unit?: string;
|
||||
eventType?: number;
|
||||
url?: string;
|
||||
path?: string;
|
||||
referrer?: string;
|
||||
title?: string;
|
||||
query?: string;
|
||||
|
||||
Reference in New Issue
Block a user