mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(datasources): minor fix for optimized build for the refactored query editors
This commit is contained in:
@@ -23,6 +23,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
|
||||
measurementSegment: any;
|
||||
removeTagFilterSegment: any;
|
||||
|
||||
/** @ngInject **/
|
||||
constructor($scope, $injector, private templateSrv, private $q, private uiSegmentSrv) {
|
||||
super($scope, $injector);
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ export class OpenTsQueryCtrl extends QueryCtrl {
|
||||
suggestTagValues: any;
|
||||
addTagMode: boolean;
|
||||
|
||||
/** @ngInject **/
|
||||
constructor($scope, $injector) {
|
||||
super($scope, $injector);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user