8093-devToTest_2442_3 #831

Merged
alexm merged 335 commits from 8093-devToTest_2442_3 into test 2024-10-15 07:22:05 +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,
},
});