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), };