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) {
|
if ($props.saveFn) {
|
||||||
$props.saveFn(data, getChanges);
|
$props.saveFn(data, getChanges);
|
||||||
isLoading.value = false;
|
isLoading.value = false;
|
||||||
|
hasChanges.value = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const changes = data || getChanges();
|
const changes = data || getChanges();
|
||||||
|
|
Loading…
Reference in New Issue