mirror of
https://github.com/apache/superset.git
synced 2026-07-27 00:52:33 +00:00
`buildQuery` inserts an extra query ahead of the totals query in `queriesData` when `percent_metric_calculation` is set to "all_records", so the fixed-index destructuring in `transformProps` grabbed that query instead of the actual totals query, leaving the summary row with the wrong (and unformatted) values. Fixes #39587