feat(impact analysis): allow deep linking of url params in impact analysis (#8617)

This commit is contained in:
Gabe Lyons 2023-08-15 08:39:33 -07:00 committed by GitHub
parent ec693d744a
commit ee507a5e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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