refactor: refs #6973 updated label and updated cypress test #275
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#275
Loading…
Reference in New Issue
No description provided.
Delete Branch "6973-UpdateVnLocationLabel"
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?
@ -33,0 +35,4 @@
const townObject = townsLocationOptions.value.find(
({id}) => id === formData.townFk
);
newPostcode.town = townObject ? townObject.name : undefined;
Simplificar a:
newPostcode.town = townObject?.name
Y los otros ternarios que hay