Skip to content

Commit

Permalink
fix(native-filters): update cascaded filter state on change (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and cccs-RyanS committed Dec 17, 2021
1 parent b3d901c commit f035a30
Showing 1 changed file with 1 addition and 0 deletions.
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 f035a30

Please sign in to comment.