fix: solve conflicts from test to dev #780

Merged
alexm merged 34 commits from fixConflicts_testToDev into dev 2024-10-01 09:47:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 36838f930c - Show all commits

View File

@ -300,7 +300,7 @@ defineExpose({
});
function handleOnDataSaved(_, res) {
if (_.onDataSaved) _.onDataSaved(this);
if (_.onDataSaved) _.onDataSaved({ CrudModelRef: CrudModelRef.value });
else $props.create.onDataSaved(_);
}
</script>