[v10.0.x] Search: Fix Folder View not loading dashboards (#67673)

Search: Fix Folder View not loading dashboards (#67666)

(cherry picked from commit 9b81d738bf)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-05-02 11:48:55 -04:00
committed by GitHub
parent 41d456840f
commit 3bb2e8a248
@@ -54,7 +54,7 @@ export class SearchStateManager extends StateManagerBase<SearchState> {
eventTrackingNamespace: folderUid ? 'manage_dashboards' : 'dashboard_search',
});
if (doInitialSearch && this.hasSearchFilters()) {
if (doInitialSearch) {
this.doSearch();
}
}