fix loading not hiding

This commit is contained in:
Yuri Kuznetsov
2023-01-02 14:47:49 +02:00
parent acef776782
commit ac667356c5
+1
View File
@@ -203,6 +203,7 @@ define('controllers/record', ['controller'], function (Dep) {
this.listenToOnce(this.baseController, 'action', () => {
model.abortLastFetch();
this.hideLoadingNotification();
});
return;