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 (#2140)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-02-12 16:24:02 +02:00 committed by GitHub
parent 317c4cf072
commit 4bc4fe3a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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