JCelento commented on code in PR #37362:
URL: https://github.com/apache/superset/pull/37362#discussion_r2727357197
##########
superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx:
##########
@@ -40,7 +40,7 @@ import {
isRegularMetric,
isPercentMetric,
} from '@superset-ui/chart-controls';
-import { t } from '@apache-superset/core';
+import { t } from '@apache-superset/core/ui/translation';
Review Comment:
The original import was causing TypeScript type-checking errors because
**t** is not exported in the type definitions from the root module. Using the
specific path resolves the type errors while maintaining the same runtime
behavior.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]