michael-s-molina commented on code in PR #21685:
URL: https://github.com/apache/superset/pull/21685#discussion_r989264208
##########
superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:
##########
@@ -162,6 +165,13 @@ export const ExploreChartHeader = ({
metadata.dashboards.length > 0
? t('Added to %s dashboard(s)', metadata.dashboards.length)
: t('Not added to any dashboard'),
+ description:
+ metadata.dashboards.length > 0 &&
+ isFeatureEnabled(FeatureFlag.CROSS_REFERENCES)
+ ? t(
+ 'To preview the list of dashboards go to "more" settings on the
right.',
Review Comment:
Make sense. I'll change it to your suggestion. Pinging @kasiazjc for
awareness since the text came from the design screens.
--
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]