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:
parent
d0facc7101
commit
c5b3058890
@ -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]}
|
||||
|
Loading…
Reference in New Issue
Block a user