Browse Source

use setupslackbot

zahmis 4 years ago
parent
commit
ed717a966e

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -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');
     }
     }