8179-testToMaster #909

Merged
alexm merged 448 commits from 8179-testToMaster into master 2024-11-12 07:01:12 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit bec50d6eed - Show all commits

View File

@ -70,7 +70,6 @@ async function setProvince(id, data) {
data.countryFk = newProvince.countryFk;
}
// Watchers to update filters based on country and province changes
watch(
() => [postcodeFormData.countryFk],
async (newCountryFk) => {

View File

@ -13,7 +13,6 @@ watch(provinceFk, async () => await provincesFetchDataRef.value.fetch());
const $props = defineProps({
countryFk: {
type: Number,
required: false,
default: null,
},
});