|
@@ -45,11 +45,13 @@ const SlackIntegration = (props) => {
|
|
|
setSlackBotTokenEnv(slackBotTokenEnvVars);
|
|
setSlackBotTokenEnv(slackBotTokenEnvVars);
|
|
|
setSlackAppIntegrations(slackAppIntegrations);
|
|
setSlackAppIntegrations(slackAppIntegrations);
|
|
|
setProxyServerUri(proxyServerUri);
|
|
setProxyServerUri(proxyServerUri);
|
|
|
- setIsLoading(false);
|
|
|
|
|
}
|
|
}
|
|
|
catch (err) {
|
|
catch (err) {
|
|
|
toastError(err);
|
|
toastError(err);
|
|
|
}
|
|
}
|
|
|
|
|
+ finally {
|
|
|
|
|
+ setIsLoading(false);
|
|
|
|
|
+ }
|
|
|
}, [appContainer.apiv3]);
|
|
}, [appContainer.apiv3]);
|
|
|
|
|
|
|
|
const resetAllSettings = async() => {
|
|
const resetAllSettings = async() => {
|