mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
Fix
This commit is contained in:
parent
64ed460f98
commit
5acc45e916
@ -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'],
|
||||||
|
@ -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),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user