You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the user profile without making any changes to the form fields, a "PATCH" request is still sent to the backend, even though no updates have been made.
Steps to Reproduce:
Navigate to "/user/profile"
Click on "Edit User Profile"
Scroll down and click the "Update" button without modifying any fields
Observe that a PATCH request is made to the backend despite no changes
Expected Behavior:
No API call should be triggered if there are no updates made to the form fields.
Screenshots or Videos
2024-10-16.17-28-43-88.mp4
Desktop:
OS: Windows
Browser: Chrome
Version: 129.0.6668.101
Additional Context:
An extra API call is unnecessary if no data has been modified.
The text was updated successfully, but these errors were encountered:
Bug Description:
When updating the user profile without making any changes to the form fields, a "PATCH" request is still sent to the backend, even though no updates have been made.
Steps to Reproduce:
Expected Behavior:
No API call should be triggered if there are no updates made to the form fields.
Screenshots or Videos
2024-10-16.17-28-43-88.mp4
Desktop:
Additional Context:
An extra API call is unnecessary if no data has been modified.
The text was updated successfully, but these errors were encountered: