#7598 fix-formModel #453

Merged
jorgep merged 4 commits from 7598-fix-formModel into dev 2024-06-18 08:01:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 024687e2d3 - Show all commits

View File

@ -84,7 +84,7 @@ const $props = defineProps({
description: 'It is used for redirect on click "save and continue"',
},
});
const emit = defineEmits(['onFetch', 'onDataSav7ed']);
const emit = defineEmits(['onFetch', 'onDataSaved']);
const modelValue = computed(
() => $props.model ?? `formModel_${route?.meta?.title ?? route.name}`
).value;