From 5666e4ae5c12a8cf925232fc922284ab65a06deb Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Fri, 25 Aug 2023 01:26:15 +0600 Subject: [PATCH] Fixes Event Filter eventName Fixes Part of https://github.com/umami-software/umami/issues/2222 Fixes Event Filter eventName issue --- lib/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.ts b/lib/constants.ts index 888c14843..0e1320db9 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -72,6 +72,7 @@ export const FILTER_COLUMNS = { city: 'city', language: 'language', event: 'event_name', + eventName: 'event_name', }; export const COLLECTION_TYPE = {