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:
parent
ef578b2854
commit
5be6270ce5
@ -68,6 +68,8 @@ class NonInjectedNodeDetails extends React.Component<NodeDetailsProps & Dependen
|
||||
this.props.podStore,
|
||||
]),
|
||||
]);
|
||||
|
||||
this.loadAllPods();
|
||||
}
|
||||
|
||||
loadAllPods() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user