Skip to content
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 bug where challenge button should not be enabled when a project is not selected #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nieldlr
Copy link

@nieldlr nieldlr commented Oct 30, 2020

Fixes #200.

There was also an additional bug that was found, where if you deselected the project with a single select component, it did not remove the selected projectId from the parent state. See this fix in this file here: ui/src/components/Select/index.js

I hope I didn't miss anything that makes this a breaking change for other components. Do let me know if there's anything else needed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Challenge" button should remain disabled until a project is selected
1 participant