mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Support event type filtering.
This commit is contained in:
parent
45c9ea9c22
commit
2e69e57445
7 changed files with 39 additions and 29 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue