amaannawab923 commented on code in PR #36416: URL: https://github.com/apache/superset/pull/36416#discussion_r2665762001
########## superset-frontend/packages/superset-ui-core/src/currency-format/utils.ts: ########## @@ -76,14 +147,40 @@ export const getValueFormatter = ( d3Format: string | undefined, currencyFormat: Currency | undefined, key?: string, + data?: Record<string, any>[], Review Comment: Can we have a better type instead of any -- 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]
