Support event type filtering.
This commit is contained in:
@@ -71,6 +71,7 @@ export const FILTER_COLUMNS = {
|
||||
language: 'language',
|
||||
event: 'event_name',
|
||||
tag: 'tag',
|
||||
eventType: 'event_type',
|
||||
};
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
|
||||
@@ -37,6 +37,7 @@ export const filterParams = {
|
||||
event: z.string().optional(),
|
||||
segment: z.string().optional(),
|
||||
cohort: z.string().optional(),
|
||||
eventType: z.coerce.number().int().positive().optional(),
|
||||
};
|
||||
|
||||
export const searchParams = {
|
||||
|
||||
Reference in New Issue
Block a user