diff --git a/www/datastore/DataStoreList.js b/www/datastore/DataStoreList.js index 284a6340..607f49c5 100644 --- a/www/datastore/DataStoreList.js +++ b/www/datastore/DataStoreList.js @@ -84,6 +84,7 @@ Ext.define('PBS.datastore.DataStoreList', { for (const [store, panel] of Object.entries(me.datastores)) { if (!found[store]) { me.remove(panel); + delete me.datastores[store]; } } },