From 2c3750c2409e7bc39c0e60aca07d9323521c26b2 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 29 Apr 2021 08:29:32 -0400 Subject: [PATCH 1/6] Fix display name on accessible namespaces notification (#2657) Signed-off-by: Sebastian Malton --- src/renderer/ipc/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/ipc/index.tsx b/src/renderer/ipc/index.tsx index 924e313880..0c14f8eaeb 100644 --- a/src/renderer/ipc/index.tsx +++ b/src/renderer/ipc/index.tsx @@ -76,7 +76,7 @@ function ListNamespacesForbiddenHandler(event: IpcRendererEvent, ...[clusterId]: (
Add Accessible Namespaces -

Cluster {ClusterStore.getInstance().active.name} does not have permissions to list namespaces. Please add the namespaces you have access to.

+

Cluster {ClusterStore.getInstance().getById(clusterId).name} does not have permissions to list namespaces. Please add the namespaces you have access to.