codyml commented on code in PR #20902:
URL: https://github.com/apache/superset/pull/20902#discussion_r964509182
##########
superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:
##########
@@ -337,7 +375,7 @@ function ExploreViewContainer(props) {
}
function toggleModal() {
- setShowingModal(!showingModal);
+ props.actions.setSaveModalVisible(!props.isSaveModalVisible);
Review Comment:
I also noticed that if I Save As and it doesn't refresh, it'll then show the
modal every time even if I save it again.
--
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]