chore: duplicate isLoading.value = false;
gitea/salix-front/pipeline/pr-master Build queued... Details

This commit is contained in:
Alex Moreno 2024-11-29 09:39:42 +01:00
parent d364e30cf0
commit f1fc5edac3
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ async function saveChanges(data) {
if (changes.creates?.length) await vnPaginateRef.value.fetch();
hasChanges.value = false;
isLoading.value = false;
emit('saveChanges', data);
quasar.notify({
type: 'positive',