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

unset activeEntity on unmount

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-11 14:24:01 +03:00
parent c9aec32a4a
commit f223c40947

View File

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