1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00
This commit is contained in:
sjaanus 2025-07-03 07:29:39 +03:00
parent 64ed460f98
commit 5acc45e916
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export const useEventLogFilters = (
? ([
{
label: 'Group ID',
icon: 'group',
icon: 'tag',
options: removableOptions.groupId,
filterKey: 'groupId',
singularOperators: ['IS'],

View File

@ -72,7 +72,7 @@ export const useEventLogSearch = (
createdBy: FilterItemParam,
type: FilterItemParam,
environment: FilterItemParam,
id: StringParam,
id: FilterItemParam,
groupId: FilterItemParam,
...extraParameters(logType),
};