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

Execute loadAllPods() on componentDidMount()

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-15 14:18:22 +03:00
parent ef578b2854
commit 5be6270ce5

View File

@ -68,6 +68,8 @@ class NonInjectedNodeDetails extends React.Component<NodeDetailsProps & Dependen
this.props.podStore, this.props.podStore,
]), ]),
]); ]);
this.loadAllPods();
} }
loadAllPods() { loadAllPods() {