Influx/Azure: Fix issue in query editors due to babel upgrade (#32605)

This commit is contained in:
Torkel Ödegaard
2021-04-01 17:14:25 +02:00
committed by GitHub
parent a080669151
commit 7896423fb5
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export class AzureMonitorQueryCtrl extends QueryCtrl {
// target: AzureMonitorQuery;
target: {
declare target: {
// should be: AzureMonitorQuery
refId: string;
queryType: AzureQueryType;

View File

@@ -11,7 +11,7 @@ import InfluxDatasource from './datasource';
export class InfluxQueryCtrl extends QueryCtrl {
static templateUrl = 'partials/query.editor.html';
datasource: InfluxDatasource;
declare datasource: InfluxDatasource;
queryModel: InfluxQueryModel;
queryBuilder: any;
groupBySegment: any;