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: create application form #222

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

kittybest
Copy link
Contributor

@kittybest kittybest commented Jul 18, 2024

Description

  • upload image only after submit
  • the "next page" button prevent user go to next page even the user already filled out all the required fields
    • this only happens the first time user click on the next button after they finished all the required fields, if they close the dialog and click next again, could successfully head to next page
    • this is because the useFormContext not refreshed after some fields finished, only refetch the field values if there are any components re-mounted

Related Issues
#200

Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maci-rpgf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2024 2:18pm

Copy link
Collaborator

@0xmad 0xmad left a comment

Choose a reason for hiding this comment

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

@kittybest thanks!

@kittybest kittybest merged commit 20b01b3 into feat/design-ui Jul 23, 2024
9 checks passed
@kittybest kittybest deleted the fix/check-create-application branch July 23, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants