From 8118e27bd89e256ecea00b23ddf652b58722df36 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 3 Feb 2022 14:00:48 +0200 Subject: [PATCH] fix error msg --- client/src/views/record/list.js | 2 -- 1 file changed, 2 deletions(-) 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); }); });