tech(build): fixes broken build

This commit is contained in:
bergquist
2017-01-30 15:04:55 +01:00
parent 2de8cdb85c
commit 163036591d
4 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ import config from 'app/core/config';
export class PlaylistEditCtrl {
filteredDashboards: any = [];
filteredTags: any = [];
searchQuery: string = '';
loading: boolean = false;
searchQuery = '';
loading = false;
playlist: any = {
interval: '5m',
};