#6321 - Improve Tickets negatives #1388

Open
jsegarra wants to merge 25 commits from fix_ticketNegatives into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c3718a3dd - Show all commits

View File

@ -233,7 +233,7 @@ function handleLocation(data, location) {
postcode: data.postalCode,
city: data.city,
province: data.province,
country: data.province.country,
country: data.province?.country,
}"
@update:model-value="(location) => handleLocation(data, location)"
></VnLocation>