test #1439

Merged
jgallego merged 8 commits from test into dev 2025-02-19 07:56:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a289c548f8 - Show all commits

View File

@ -33,7 +33,7 @@ const onDataSaved = (formData, requestResponse) => {
const onClick = async () => {
isSaveAndContinue.value = true;
formModelRef.value.save();
await formModelRef.value.save();
};
const isLoading = computed(() => formModelRef.value?.isLoading);