Skip to content

Commit

Permalink
Cleanup prt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Feb 23, 2024
1 parent fe0774c commit 0ee71a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function updateBySavedSearch(savedSearch: SavedSearch, deps: LoadSavedSearchDeps
}

// Finally notify dataStateContainer, data.query and filterManager about new derived state
dataStateContainer.reset();
dataStateContainer.reset(savedSearch);
// set data service filters
const filters = savedSearch.searchSource.getField('filter');
if (Array.isArray(filters) && filters.length) {
Expand Down

0 comments on commit 0ee71a0

Please sign in to comment.