1
0
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:
Jaanus Sellin 2025-06-19 19:09:49 +03:00 committed by GitHub
parent 632f3a04cb
commit 406b985e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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