mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed events query.
This commit is contained in:
parent
f57fbe6ba1
commit
112005212e
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ export const FILTER_COLUMNS = {
|
|||
region: 'subdivision1',
|
||||
eventType: 'event_type',
|
||||
eventName: 'event_name',
|
||||
event: 'event_name',
|
||||
};
|
||||
|
||||
export const IGNORED_FILTERS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue