mirror of
https://github.com/apache/superset.git
synced 2026-07-12 01:35:36 +00:00
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>
This commit is contained in:
@@ -238,7 +238,6 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
defaultAlignPN: alignPositiveNegative,
|
||||
showCellBars,
|
||||
colorPositiveNegative,
|
||||
totals,
|
||||
columnColorFormatters,
|
||||
allowRearrangeColumns,
|
||||
basicColorFormatters,
|
||||
|
||||
Reference in New Issue
Block a user