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:
Evan
2026-06-16 18:19:28 -07:00
parent ccb92ce0bd
commit 8564659fc0

View File

@@ -238,7 +238,6 @@ export default function TableChart<D extends DataRecord = DataRecord>(
defaultAlignPN: alignPositiveNegative,
showCellBars,
colorPositiveNegative,
totals,
columnColorFormatters,
allowRearrangeColumns,
basicColorFormatters,