fix: #8061 Handle new CP #948

Merged
jsegarra merged 14 commits from 8061_newCP into dev 2024-11-25 12:17:13 +00:00
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;
jsegarra marked this conversation as resolved Outdated
Outdated
Review

Quitar

Quitar
}