Browse Source

playlist: fixes #10254

Closes #10254
Daniel Lee 8 years ago
parent
commit
1cfc81de74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/features/playlist/playlist_search.ts

+ 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);
   }