mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
feat: support id in search event (#10180)
Now id will be parsed from query, it will be StringParam, as it is not coming from UI filters, its coming directly from query params.
This commit is contained in:
parent
632f3a04cb
commit
406b985e5d
@ -72,6 +72,7 @@ export const useEventLogSearch = (
|
|||||||
createdBy: FilterItemParam,
|
createdBy: FilterItemParam,
|
||||||
type: FilterItemParam,
|
type: FilterItemParam,
|
||||||
environment: FilterItemParam,
|
environment: FilterItemParam,
|
||||||
|
id: StringParam,
|
||||||
...extraParameters(logType),
|
...extraParameters(logType),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user