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

Unset activeEntity on unmount (#3034)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-11 15:58:34 +03:00 committed by GitHub
parent 6c77ea865a
commit a064d5fbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ export class ClusterView extends React.Component<Props> {
componentWillUnmount() { componentWillUnmount() {
refreshViews(); refreshViews();
catalogEntityRegistry.activeEntity = null;
} }
bindEvents() { bindEvents() {