[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:
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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user