playlist: fixes #10254

Closes #10254
This commit is contained in:
Daniel Lee 2018-01-31 11:06:46 +01:00
parent 56d5ece340
commit 1cfc81de74

View File

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