You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior you're experiencing, where the save modal closes if no changes are made to a query in a new tab, might be related to how the SaveQuery component handles the save action. The modal is designed to close when the onSaveWrapper function is called, which includes logging the save action and then closing the modal. However, if no changes are detected, the modal might be closing prematurely due to the logic that determines whether a save action is necessary [1].
Unfortunately, I couldn't find specific details in the repository about how changes are detected in a new tab or if there's a condition that prevents the modal from closing when no changes are made. It might be worth investigating the logic in the SaveQuery component further to see if there's a condition or flag that could be adjusted to prevent the modal from closing in this scenario.
Bug description
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: