mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Fixes Event Filter eventName
Fixes Part of https://github.com/umami-software/umami/issues/2222 Fixes Event Filter eventName issue
This commit is contained in:
parent
7be4d56bf7
commit
5666e4ae5c
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ export const FILTER_COLUMNS = {
|
|||
city: 'city',
|
||||
language: 'language',
|
||||
event: 'event_name',
|
||||
eventName: 'event_name',
|
||||
};
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue