From 8a07dd6036ba3b52d60f9a8df2338246cf4461bf Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 28 Apr 2021 10:01:26 -0400 Subject: [PATCH] Fix display name on accessible namespaces notification 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.