mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(influxdb): fixed editor bug introduced in recent commit
This commit is contained in:
@@ -45,7 +45,7 @@ function (angular, _, InfluxQueryBuilder) {
|
||||
$scope.tagSegments.push(uiSegmentSrv.newCondition(tag.condition));
|
||||
}
|
||||
|
||||
$scope.tagSegments.push(uiSegmentSrv.newKey(tag.Key));
|
||||
$scope.tagSegments.push(uiSegmentSrv.newKey(tag.key));
|
||||
$scope.tagSegments.push(uiSegmentSrv.newOperator(tag.operator));
|
||||
$scope.tagSegments.push(uiSegmentSrv.newKeyValue(tag.value));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user