From 12e18d1c7b17b9d4c2ef4a324a5fe0c08807c425 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 23 Aug 2023 03:33:29 +0600 Subject: [PATCH] Fixes Event Filter eventName Fixes 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 = {