mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
feat(impact analysis): allow deep linking of url params in impact analysis (#8617)
This commit is contained in:
parent
ec693d744a
commit
ee507a5e78
@ -251,7 +251,7 @@ export const EmbeddedListSearch = ({
|
||||
}, [isSelectMode]);
|
||||
|
||||
useEffect(() => {
|
||||
if (defaultFilters) {
|
||||
if (defaultFilters && filters.length === 0) {
|
||||
onChangeFilters(defaultFilters);
|
||||
}
|
||||
// only want to run once on page load
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user