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:
parent
6c77ea865a
commit
a064d5fbfd
@ -67,6 +67,7 @@ export class ClusterView extends React.Component<Props> {
|
|||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
refreshViews();
|
refreshViews();
|
||||||
|
catalogEntityRegistry.activeEntity = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
bindEvents() {
|
bindEvents() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user