-
Notifications
You must be signed in to change notification settings - Fork 72
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
Project selection modal improvements #5049
Project selection modal improvements #5049
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #8697 ↗︎
Details:
Review all test suite changes for PR #5049 ↗︎ |
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.
@@ -171,10 +142,9 @@ const ConfigureMonitorForm = ({ | |||
Cancel | |||
</Button> | |||
<Button | |||
onClick={() => handleNextClicked(values, dirty)} | |||
type="submit" |
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.
Nicee! Looks much cleaner hanlding this with the form submit event.
Passing run #8701 ↗︎
Details:
Review all test suite changes for PR #5049 ↗︎ |
Closes #PROD-2189
Description Of Changes
Changes to behavior of the project selection screen:
Note that users now cannot "select all" and then deselect specific items to submit "all except X, Y, Z" because otherwise there was no way to submit items from later pages.
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md