Skip to content
Snippets Groups Projects
Unverified Commit 7e543c21 authored by Tom Robinson's avatar Tom Robinson
Browse files

Don't try to convert 'rows' to custom expression...again

parent 40d04e65
No related merge requests found
......@@ -225,7 +225,7 @@ export default class AggregationPopover extends Component {
if (index === customExpressionIndex) {
this.onPickAggregation({
custom: true,
value: aggregation
value: aggregation !== "rows" && !_.isEqual(aggregation, ["rows"]) ? aggregation : null
})
}
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment