1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: date filter item missing key (#5674)

This commit is contained in:
Mateusz Kwasniewski 2023-12-18 13:51:27 +01:00 committed by GitHub
parent d0facc7101
commit c5b3058890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,7 @@ export const Filters: VFC<IFilterProps> = ({
if ('dateOperators' in filter) {
return (
<FilterDateItem
key={filter.label}
label={label}
name={filter.label}
state={state[filter.filterKey]}