mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ugly fix. will be removed later on
This commit is contained in:
parent
d6e7fccc97
commit
803d546c70
@ -32,7 +32,7 @@ export class StackdriverFilterCtrl {
|
||||
|
||||
/** @ngInject */
|
||||
constructor(private $scope, private uiSegmentSrv, private templateSrv) {
|
||||
this.$scope = $scope.hasOwnProperty('groupBysChanged') ? $scope : $scope.$parent;
|
||||
this.$scope = $scope.labelData ? $scope : $scope.$parent;
|
||||
|
||||
this.initSegments(this.$scope.hideGroupBys);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user