mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix bad merge for 'Reset ClusterStatus state when switching clusters (#5149)'
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
6c4262820d
commit
c9688e806d
@ -55,7 +55,7 @@ export class ClusterStatus extends React.Component<Props> {
|
||||
]);
|
||||
}
|
||||
|
||||
componentDidUpdate(prevProps: Readonly<ClusterStatusProps>): void {
|
||||
componentDidUpdate(prevProps: Readonly<Props>): void {
|
||||
if (prevProps.cluster.id !== this.props.cluster.id) {
|
||||
this.isReconnecting = false;
|
||||
this.authOutput = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user