-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: No back button in save dataset modal #20964
fix: No back button in save dataset modal #20964
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20964 +/- ##
==========================================
- Coverage 66.38% 66.37% -0.01%
==========================================
Files 1766 1767 +1
Lines 67225 67231 +6
Branches 7137 7138 +1
==========================================
Hits 44625 44625
- Misses 20774 20779 +5
- Partials 1826 1827 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the test in SaveDatasetModal.test.tsx
to reflect this change.
3bad98c
to
0ee1a02
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just a note for the PR: We'll be meeting later in the week so we can figure out how to separate that final test properly.
* back button fix * fixed test (cherry picked from commit eb5369f)
SUMMARY
We only want the back button to appear when a user has already selected the dataset that they are going to over write and are in the confirmation portion of the model.
This adds a line of logic to get to that effect.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2022-08-03.at.3.55.19.PM.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION