mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix more TypeScript strict errors (#37066)
* Chore: Fix more TypeScript strict errors * whoops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user