diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index ca5b6388d2..21114f0274 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -2421,8 +2421,6 @@ define( this.removeRecordFromList(id); }) .catch(() => { - this.notify('Error occurred', 'error'); - this.collection.push(model); }); });