Update apiclient when the wizard loads
This commit is contained in:
@@ -117,6 +117,8 @@ const ConnectionRequired: FunctionComponent<ConnectionRequiredProps> = ({
|
||||
return;
|
||||
}
|
||||
|
||||
// Update the current ApiClient
|
||||
ServerConnections.setLocalApiClient(apiClient);
|
||||
setIsLoading(false);
|
||||
}, [ navigate ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user