CambiosSolicitadosEntries #201

Merged
alexm merged 17 commits from :CambiosSolicitadosEntries into dev 2024-03-14 06:39:45 +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); state.set($props.model, originalData.value);
return; return;
} }
if ($props.clearStoreDataOnUnmount) state.unset($props.model); if ($props.clearStoreOnUnmount) state.unset($props.model);
}); });
const isLoading = ref(false); const isLoading = ref(false);