1
0
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:
Jim Ehrismann 2022-04-05 12:16:51 -04:00
parent 6c4262820d
commit c9688e806d

View File

@ -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 = [];