Fixes Event Filter eventName

Fixes https://github.com/umami-software/umami/issues/2222
Fixes Event Filter eventName issue
This commit is contained in:
Saiful Islam 2023-08-23 03:33:29 +06:00 committed by GitHub
parent 7be4d56bf7
commit 12e18d1c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@ export const FILTER_COLUMNS = {
city: 'city',
language: 'language',
event: 'event_name',
eventName: 'event_name',
};
export const COLLECTION_TYPE = {