From 4bc4fe3a24d4b3b39b4c7085166678952e4cbd9b Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 12 Feb 2021 16:24:02 +0200 Subject: [PATCH] Fix accessible namespaces reset on cluster disconnect (#2140) Signed-off-by: Jari Kolehmainen --- src/main/cluster.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 5cf5a58bd9..13c74a285e 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -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(); }