mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Influx/Azure: Fix issue in query editors due to babel upgrade (#32605)
This commit is contained in:
@@ -34,7 +34,7 @@ export class AzureMonitorQueryCtrl extends QueryCtrl {
|
||||
|
||||
// target: AzureMonitorQuery;
|
||||
|
||||
target: {
|
||||
declare target: {
|
||||
// should be: AzureMonitorQuery
|
||||
refId: string;
|
||||
queryType: AzureQueryType;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user