Commit de394311 by Torkel Ödegaard

feat(datasources): minor fix for optimized build for the refactored query editors

parent 908765e0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment