mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
Fix
This commit is contained in:
parent
64ed460f98
commit
5acc45e916
@ -143,7 +143,7 @@ export const useEventLogFilters = (
|
||||
? ([
|
||||
{
|
||||
label: 'Group ID',
|
||||
icon: 'group',
|
||||
icon: 'tag',
|
||||
options: removableOptions.groupId,
|
||||
filterKey: 'groupId',
|
||||
singularOperators: ['IS'],
|
||||
|
@ -72,7 +72,7 @@ export const useEventLogSearch = (
|
||||
createdBy: FilterItemParam,
|
||||
type: FilterItemParam,
|
||||
environment: FilterItemParam,
|
||||
id: StringParam,
|
||||
id: FilterItemParam,
|
||||
groupId: FilterItemParam,
|
||||
...extraParameters(logType),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user