1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove podsStore as a dependentStore on nodes.tsx

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-06-03 12:34:00 -04:00
parent 3acc7b80d7
commit 62fb22a6ef

View File

@ -168,7 +168,6 @@ export class Nodes extends React.Component<Props> {
className="Nodes"
store={nodesStore} isClusterScoped
isReady={nodesStore.isLoaded}
dependentStores={[podsStore]}
isSelectable={false}
sortingCallbacks={{
[columnId.name]: (node: Node) => node.getName(),