-
Notifications
You must be signed in to change notification settings - Fork 555
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
Gender field validation error when not selected in Edit User modal #10461
Comments
Hi team, can you confirm if this is a valid issue? I'll start working on this :) |
Hey Team, I would like to work on this issue already solved on my local |
I was working on another issue but have now started on this one. If there's no progress by tomorrow, feel free to raise your PR 👍🏻 |
This was referenced Feb 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug:
When editing a user profile, if the "Gender" field is not selected and the "Update User" button is clicked, an error message appears:
Invalid enum value. Expected 'male' | 'female' | 'transgender' | 'non_binary', received ''
To reproduce:
Expected behavior:
A user-friendly validation message should be displayed (e.g., "Please select a gender").
Screenshots:
The text was updated successfully, but these errors were encountered: