Skip to content

Commit

Permalink
fix(native-filters): update cascaded filter state on change (#14980)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jun 4, 2021
1 parent 20b86f8 commit 61a438a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
if (!isDropdownVisible) {
setSelectedValues(filterState.value);
}
updateDataMask(filterState.value);
}, [JSON.stringify(filterState.value)]);

const isDisabled =
Expand Down

0 comments on commit 61a438a

Please sign in to comment.