Hotfix[CustomerAddress]: Fixed buttons disabled when there are no changes #1641
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1641
Loading…
Reference in New Issue
No description provided.
Delete Branch "Hotfix-CustomerAddress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://cau.verdnatura.es/scp/tickets.php?number=304604
New commits pushed, approval review dismissed automatically according to repository settings
@ -94,3 +94,4 @@
const updateObservations = async (payload) => {
cleanPayload(payload);
await axios.post('AddressObservations/crud', payload);
Deberia ser:
await axios.post('AddressObservations/crud', cleanPayload(payload));