diff --git a/src/renderer/components/item-object-list/item-list-layout.tsx b/src/renderer/components/item-object-list/item-list-layout.tsx index 49b098a7fa..bdd6302f5a 100644 --- a/src/renderer/components/item-object-list/item-list-layout.tsx +++ b/src/renderer/components/item-object-list/item-list-layout.tsx @@ -117,6 +117,7 @@ export class ItemListLayout extends React.Component { if (!isClusterScoped) stores.push(namespaceStore); try { + stores.map(store => store.reset()); await Promise.all(stores.map(store => store.loadAll())); const subscriptions = stores.map(store => store.subscribe());