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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-27 16:02:42 +02:00
parent 2393943fbb
commit a93c96823c
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ Ext.define('PBS.DataStoreContent', {
'text',
'backup-time',
]);
Proxmox.Utils.monStoreErrors(view, this.store);
},
control: {