Chore: Fix more TypeScript strict errors (#37066)

* Chore: Fix more TypeScript strict errors

* whoops
This commit is contained in:
Ashley Harrison
2021-07-22 08:09:55 +01:00
committed by GitHub
parent 7815ed511f
commit 3004a650b5
23 changed files with 53 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ import { TemplateSrv } from '@grafana/runtime';
export default class InfluxQueryModel {
target: InfluxQuery;
selectModels: any[];
selectModels: any[] = [];
queryBuilder: any;
groupByParts: any;
templateSrv: any;