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

fix accessible namespaces reset on cluster disconnect

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-02-12 15:28:58 +02:00
parent 317c4cf072
commit 9ac87c01cb

View File

@ -400,7 +400,6 @@ export class Cluster implements ClusterModel, ClusterState {
this.ready = false;
this.activated = false;
this.allowedNamespaces = [];
this.accessibleNamespaces = [];
this.resourceAccessStatuses.clear();
this.pushState();
}