0
0
Fork 0

test: refs #7679 #7679 remove comment

This commit is contained in:
Javier Segarra 2024-09-27 10:35:39 +02:00
parent 6b2e0df9c2
commit e06d567e3c
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ watch(
() => $props.countryFk, () => $props.countryFk,
async (newProvinceFk) => { async (newProvinceFk) => {
if (newProvinceFk) { if (newProvinceFk) {
// Assuming there's a townsFetchDataRef similar to provincesFetchDataRef
await provincesFetchDataRef.value.fetch({ await provincesFetchDataRef.value.fetch({
where: { countryFk: newProvinceFk }, where: { countryFk: newProvinceFk },
}); });