mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -103,7 +103,7 @@ export const valueFormatter = (
|
||||
};
|
||||
|
||||
export const valueGetter = (params: ValueGetterParams, col: InputColumn) => {
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
if (params?.colDef?.isMain) {
|
||||
const modifiedColId = `Main ${params.column.getColId()}`;
|
||||
return params.data[modifiedColId];
|
||||
|
||||
Reference in New Issue
Block a user