From 5acc45e916c0145c54f453e872637d7b2d028fba Mon Sep 17 00:00:00 2001 From: sjaanus Date: Thu, 3 Jul 2025 07:29:39 +0300 Subject: [PATCH] Fix --- frontend/src/component/events/EventLog/EventLogFilters.tsx | 2 +- frontend/src/component/events/EventLog/useEventLogSearch.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/events/EventLog/EventLogFilters.tsx b/frontend/src/component/events/EventLog/EventLogFilters.tsx index 354ea6f584..bd44fb9798 100644 --- a/frontend/src/component/events/EventLog/EventLogFilters.tsx +++ b/frontend/src/component/events/EventLog/EventLogFilters.tsx @@ -143,7 +143,7 @@ export const useEventLogFilters = ( ? ([ { label: 'Group ID', - icon: 'group', + icon: 'tag', options: removableOptions.groupId, filterKey: 'groupId', singularOperators: ['IS'], diff --git a/frontend/src/component/events/EventLog/useEventLogSearch.ts b/frontend/src/component/events/EventLog/useEventLogSearch.ts index 6e853c7eec..ce51ba35d9 100644 --- a/frontend/src/component/events/EventLog/useEventLogSearch.ts +++ b/frontend/src/component/events/EventLog/useEventLogSearch.ts @@ -72,7 +72,7 @@ export const useEventLogSearch = ( createdBy: FilterItemParam, type: FilterItemParam, environment: FilterItemParam, - id: StringParam, + id: FilterItemParam, groupId: FilterItemParam, ...extraParameters(logType), };