From 41f05f24841dd241e591d9a9ca470515b96e0790 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Wed, 29 Jan 2025 15:43:05 +0530 Subject: [PATCH] Improve remote user store feature --- .../components/edit/userstore-general-settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/admin.remote-userstores.v1/components/edit/userstore-general-settings.tsx b/features/admin.remote-userstores.v1/components/edit/userstore-general-settings.tsx index 3a72ed0e969..173a976d5de 100644 --- a/features/admin.remote-userstores.v1/components/edit/userstore-general-settings.tsx +++ b/features/admin.remote-userstores.v1/components/edit/userstore-general-settings.tsx @@ -152,7 +152,7 @@ export const UserStoreGeneralSettings: FunctionComponent connection?.agent && !isEmpty(connection?.agent?.displayName) ); } else { - // Inject a display name for connections without an agent due to disconnected. + // Inject a display name for connections without an agent (Disconnected connections). _agentConnections = agentConnectionsData?.map((connection: AgentConnectionInterface, index: number) => { return { ...connection,