fix(influxdb): fixed editor bug introduced in recent commit

This commit is contained in:
Torkel Ödegaard
2015-09-09 11:05:34 +02:00
parent 7a167742d0
commit b61b7f0c3b

View File

@@ -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));
});