Commit 6989c633 by Torkel Ödegaard

fix(influxdb): fixed issue in last commit

parent 209e9ebd
......@@ -180,7 +180,7 @@ function (angular, _, InfluxQueryBuilder) {
$scope.getFieldSegments = function() {
var fieldsQuery = $scope.queryBuilder.buildExploreQuery('FIELDS');
return $scope.datasource.metricFindQuery(fieldsQuery)
.then($scope.transformToSegments)
.then($scope.transformToSegments(false))
.then(null, $scope.handleQueryError);
};
......
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