mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Fix Folder View not loading dashboards (#67666)
This commit is contained in:
parent
688459f25c
commit
9b81d738bf
@ -54,7 +54,7 @@ export class SearchStateManager extends StateManagerBase<SearchState> {
|
||||
eventTrackingNamespace: folderUid ? 'manage_dashboards' : 'dashboard_search',
|
||||
});
|
||||
|
||||
if (doInitialSearch && this.hasSearchFilters()) {
|
||||
if (doInitialSearch) {
|
||||
this.doSearch();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user