Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Cannot update Country (#7150)
# Description & Issue number it closes #6657 ## Screenshots (if appropriate) ### Original Country: United States <img width="1124" alt="Screenshot 2024-09-18 at 10 15 21 PM" src="https://github.com/user-attachments/assets/b8a3175b-989c-483a-983b-a03b48f4685f"> ### Change Country to Uruguay <img width="1106" alt="Screenshot 2024-09-18 at 10 15 38 PM" src="https://github.com/user-attachments/assets/d43cd240-649a-4333-a450-e174a89cb920"> ### Updated Address <img width="1116" alt="Screenshot 2024-09-18 at 10 15 58 PM" src="https://github.com/user-attachments/assets/5a93bcc7-146d-49aa-9595-79c919fb3e87"> ## How to test the changes? See the above screenshots ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update # How Has This Been Tested? Docker # Checklist: - [X] My code follows the style guidelines of this project - [X] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
- Loading branch information