Daniel Lee 8 лет назад
Родитель
Сommit
1cfc81de74
1 измененных файлов с 1 добавлено и 0 удалено
  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);
   }