|
@@ -23,7 +23,7 @@ const CustomBotWithoutProxySettings = (props) => {
|
|
|
slackBotToken: '',
|
|
slackBotToken: '',
|
|
|
currentBotType: 'customBotWithoutProxy',
|
|
currentBotType: 'customBotWithoutProxy',
|
|
|
});
|
|
});
|
|
|
- props.onSetIsSlackScopeSet(false);
|
|
|
|
|
|
|
+ props.onSetIsSetupSlackBot(false);
|
|
|
props.fetchSlackIntegrationData();
|
|
props.fetchSlackIntegrationData();
|
|
|
toastSuccess('success');
|
|
toastSuccess('success');
|
|
|
}
|
|
}
|