|
@@ -119,7 +119,6 @@ const SlackIntegration = (props) => {
|
|
|
setIsConnectedToSlack(false);
|
|
setIsConnectedToSlack(false);
|
|
|
setSlackSigningSecret(null);
|
|
setSlackSigningSecret(null);
|
|
|
setSlackBotToken(null);
|
|
setSlackBotToken(null);
|
|
|
- setIsConnectedToSlack(false);
|
|
|
|
|
setIsSendTestMessage(false);
|
|
setIsSendTestMessage(false);
|
|
|
setSlackWSNameInWithoutProxy(null);
|
|
setSlackWSNameInWithoutProxy(null);
|
|
|
setIsSlackScopeSet(false);
|
|
setIsSlackScopeSet(false);
|
|
@@ -140,7 +139,7 @@ const SlackIntegration = (props) => {
|
|
|
<CustomBotWithoutProxySettings
|
|
<CustomBotWithoutProxySettings
|
|
|
isSendTestMessage={isSendTestMessage}
|
|
isSendTestMessage={isSendTestMessage}
|
|
|
isRegisterSlackCredentials={isRegisterSlackCredentials}
|
|
isRegisterSlackCredentials={isRegisterSlackCredentials}
|
|
|
- isConnectedToSlack={isConnectedToSlack}
|
|
|
|
|
|
|
+ // isConnectedToSlack={isConnectedToSlack}
|
|
|
// isSetupSlackBot={isSetupSlackBot}
|
|
// isSetupSlackBot={isSetupSlackBot}
|
|
|
// isSlackScopeSet={isSlackScopeSet}
|
|
// isSlackScopeSet={isSlackScopeSet}
|
|
|
slackSettingErrors={slackSettingErrors}
|
|
slackSettingErrors={slackSettingErrors}
|