mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Index should always be broadcast as an array
This commit is contained in:
parent
f1bc8eebf5
commit
59ccc6c93b
@ -185,7 +185,7 @@ angular.module('kibana.timepicker', [])
|
||||
eventBus.broadcast($scope.$id,$scope.panel.group,'time',$scope.time)
|
||||
});
|
||||
} else {
|
||||
$scope.time.index = $scope.panel.index;
|
||||
$scope.time.index = [$scope.panel.index];
|
||||
eventBus.broadcast($scope.$id,$scope.panel.group,'time',$scope.time)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user