rusackas commented on code in PR #22772:
URL: https://github.com/apache/superset/pull/22772#discussion_r1086924516
##########
superset-frontend/src/views/CRUD/hooks.ts:
##########
@@ -420,6 +420,10 @@ export function useImportResource(
const formData = new FormData();
formData.append('formData', bundle);
+ const reexportText = t(
Review Comment:
in other case, you're going for uppercase constant names, e.g. `REPORT_TEXT`
in case we want to match that pattern.
--
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]