fix: Show Totals error with sort and group by together (#19072)
This commit is contained in:
parent
e97cdba092
commit
bc6aad0a88
|
|
@ -144,6 +144,8 @@ const buildQuery: BuildQuery<TableChartFormData> = (
|
|||
row_limit: 0,
|
||||
row_offset: 0,
|
||||
post_processing: [],
|
||||
order_desc: undefined, // we don't need orderby stuff here,
|
||||
orderby: undefined, // because this query will be used for get total aggregation.
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue