fix error msg

This commit is contained in:
Yuri Kuznetsov
2022-02-03 14:00:48 +02:00
parent 5006e2e4fa
commit 8118e27bd8
-2
View File
@@ -2421,8 +2421,6 @@ define(
this.removeRecordFromList(id);
})
.catch(() => {
this.notify('Error occurred', 'error');
this.collection.push(model);
});
});