-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(settings): PNRN-43 add user profile edit #17
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
835c017
to
0cb84ec
Compare
<FormikResetEffect | ||
dependencies={[mutation]} | ||
condition={mutation.isError} | ||
/> |
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.
Removed FormikResetEffect
component, as the Clear Input button is enough in this case. #naolenough
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.
💔
0cb84ec
to
e88c6f6
Compare
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.
nice changes!
#morethanenough rasad ka ra0l 💜
<FormikResetEffect | ||
dependencies={[mutation]} | ||
condition={mutation.isError} | ||
/> |
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.
💔
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.
Nice
Description
Settings
Checklist
First, create a draft pull request. Then mark the PR as ready for review when all necessary checkbox items has been completed
Backend only