7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4be559bbe8 - Show all commits

View File

@ -131,6 +131,7 @@ async function saveChanges(data) {
if ($props.saveFn) {
$props.saveFn(data, getChanges);
isLoading.value = false;
hasChanges.value = false;
return;
}
const changes = data || getChanges();