Files
superset2/superset-frontend/plugins/plugin-chart-ag-grid-table
Evan 286cab64b1 fix(ag-grid-table): drop stale totals arg from useColDefs call
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>
2026-06-16 18:19:28 -07:00
..