fix(native-filters): update cascaded filter state on change (#14980)

This commit is contained in:
Ville Brofeldt 2021-06-04 09:01:44 +03:00 committed by GitHub
parent 20b86f81e7
commit 61a438a0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
if (!isDropdownVisible) {
setSelectedValues(filterState.value);
}
updateDataMask(filterState.value);
}, [JSON.stringify(filterState.value)]);
const isDisabled =