Kaynağa Gözat

playlist: fixes #10254

Closes #10254
Daniel Lee 8 yıl önce
ebeveyn
işleme
1cfc81de74

+ 1 - 0
public/app/features/playlist/playlist_search.ts

@@ -12,6 +12,7 @@ export class PlaylistSearchCtrl {
 
     $timeout(() => {
       this.query.query = '';
+      this.query.type = 'dash-db';
       this.searchDashboards();
     }, 100);
   }