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

GS-66: all boxes need to be checked to submit #75

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

Conversation

gscott04
Copy link

@gscott04 gscott04 commented Feb 5, 2025

Made it so sign up application cannot be submitted without having all 3 checkboxes checked. Also had to define a type CheckboxValueType in MapLegend.tsx because the version of antd no longer included it.

@nourshoreibah
Copy link

Looks good! I added one small comment in the handleSubmit section

bottom="10%"
left="50%"
transform="translateX(-50%)"
isDisabled={!isChecked.every(Boolean)}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

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.

4 participants