|
@@ -39,6 +39,7 @@ const SlackIntegration = (props) => {
|
|
|
}
|
|
}
|
|
|
catch (err) {
|
|
catch (err) {
|
|
|
if (err[0].message === 'missing_scope') {
|
|
if (err[0].message === 'missing_scope') {
|
|
|
|
|
+ setSlackWSNameInWithoutProxy(null);
|
|
|
setIsSlackScopeSet(false);
|
|
setIsSlackScopeSet(false);
|
|
|
toastError(err, t('admin:slack_integration.set_scope'));
|
|
toastError(err, t('admin:slack_integration.set_scope'));
|
|
|
}
|
|
}
|