fix: 🐛 Loading rimane visibile anche dopo il salvataggio del record

This commit is contained in:
Maicol Battistini 2022-01-10 21:48:28 +01:00
parent b4fb2b5d7d
commit 027f677107
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ export class RecordsPage extends Page {
}
this.rows.put(model.getId(), model);
loading.hide();
m.redraw();
await showSnackbar(__('Record salvato'), 4000);
}