1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +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', label: 'Group ID',
icon: 'group', icon: 'tag',
options: removableOptions.groupId, options: removableOptions.groupId,
filterKey: 'groupId', filterKey: 'groupId',
singularOperators: ['IS'], singularOperators: ['IS'],

View File

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