SBIN2010 commented on code in PR #36332:
URL: https://github.com/apache/superset/pull/36332#discussion_r2590741287
##########
superset-frontend/src/explore/components/SaveModal.tsx:
##########
@@ -277,11 +315,14 @@ class SaveModal extends Component<SaveModalProps,
SaveModalState> {
// Go to new dashboard url
if (gotodash && dashboard) {
+ let url = dashboard.url;
Review Comment:
When rewriting, there is no choice of tabs - and the redirection occurs only
to the toolbar, without taking into account the tabs
--
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]