Jelajahi Sumber

playlist: fixes #10254

Closes #10254
Daniel Lee 8 tahun lalu
induk
melakukan
1cfc81de74
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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);
   }