From efd7a8686d7fac22a4c9d4e9c5fd07fc7b1552c4 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sun, 6 Apr 2025 03:50:28 -0400 Subject: [PATCH] Update apiclient when the wizard loads --- src/components/ConnectionRequired.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ConnectionRequired.tsx b/src/components/ConnectionRequired.tsx index 3e1617ee9..61c7cbcd8 100644 --- a/src/components/ConnectionRequired.tsx +++ b/src/components/ConnectionRequired.tsx @@ -117,6 +117,8 @@ const ConnectionRequired: FunctionComponent = ({ return; } + // Update the current ApiClient + ServerConnections.setLocalApiClient(apiClient); setIsLoading(false); }, [ navigate ]);