From a93c96823c8dabb4982b51338814433889bc94f7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 27 May 2022 16:02:42 +0200 Subject: [PATCH] ui: datastore content: avoid duplicate masking on load error we already handle that manually in the onLoad and want to further extend that, so drop the more generic monStoreError Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 7d58ee95..1e5315c3 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -75,7 +75,6 @@ Ext.define('PBS.DataStoreContent', { 'text', 'backup-time', ]); - Proxmox.Utils.monStoreErrors(view, this.store); }, control: {