0
0
Fork 0

change variable name

This commit is contained in:
William Buezas 2024-02-26 11:28:03 -03:00
parent 4f4bc89ff6
commit e372c04d35
1 changed files with 1 additions and 1 deletions

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);