WIP: #7283 item_missing_e2e #1029

Draft
jsegarra wants to merge 190 commits from 7283_item_missing_e2e into dev
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 3e06ba3c18 - Show all commits

View File

@ -40,8 +40,6 @@ async function onProvinceCreated(_, data) {
emit('onProvinceCreated', data);
}
async function handleProvinces(data) {
console.error($props.countryFk);
provincesOptions.value = data;
}