ktmud commented on a change in pull request #16511:
URL: https://github.com/apache/superset/pull/16511#discussion_r698847857
##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -68,6 +68,8 @@ const propTypes = {
};
const BLANK = {};
+const NONEXISTENT_DATASET =
+ 'The dataset associated with this chart no longer exists';
Review comment:
Since this error is [translated in the
backend](https://github.com/apache/superset/blob/be7065faf8e00ea0304b5380b2347f2ea9e4b39b/superset/views/utils.py#L252),
I think we should wrap this in `t(...)` as well.
--
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]