forked from verdnatura/salix-front
fix: hansChanges to false
This commit is contained in:
parent
0b5aea76d9
commit
4be559bbe8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue