Explorar el Código

playlist: fixes #10254

Closes #10254
Daniel Lee hace 8 años
padre
commit
1cfc81de74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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(() => {
     $timeout(() => {
       this.query.query = '';
       this.query.query = '';
+      this.query.type = 'dash-db';
       this.searchDashboards();
       this.searchDashboards();
     }, 100);
     }, 100);
   }
   }