mirror of
https://github.com/apache/superset.git
synced 2026-07-15 03:05:43 +00:00
The no-unused-vars cleanup removed the unused `totals` field from `UseColDefsProps`, but the call site in AgGridTableChart still passed it, breaking the tsc build (TS2353). Remove the now-invalid argument. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>