Update apiclient when the wizard loads

This commit is contained in:
Bill Thornton
2025-04-06 03:50:28 -04:00
parent 2a45485676
commit efd7a8686d
+2
View File
@@ -117,6 +117,8 @@ const ConnectionRequired: FunctionComponent<ConnectionRequiredProps> = ({
return;
}
// Update the current ApiClient
ServerConnections.setLocalApiClient(apiClient);
setIsLoading(false);
}, [ navigate ]);