Skip to content

Commit

Permalink
Provide a stable key for FilterSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Dec 26, 2023
1 parent d726b38 commit d01fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/filters.js
Expand Up @@ -68,7 +68,7 @@ export default function Filters( { fields, view, onChangeView } ) {

return (
<FilterSummary
key={ filter.field + '.' + filter.operator }
key={ filter.field }
filter={ filter }
view={ view }
onChangeView={ onChangeView }
Expand Down

0 comments on commit d01fa45

Please sign in to comment.