7118_testToMaster_2412 #249

Merged
alexm merged 178 commits from 7118_testToMaster_2412 into master 2024-03-21 06:34:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e372c04d35 - Show all commits

View File

@ -100,7 +100,7 @@ onUnmounted(() => {
state.set($props.model, originalData.value);
return;
}
if ($props.clearStoreDataOnUnmount) state.unset($props.model);
if ($props.clearStoreOnUnmount) state.unset($props.model);
});
const isLoading = ref(false);