zahmis 4 лет назад
Родитель
Сommit
a5fca3b85c

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

@@ -33,7 +33,7 @@ const CustomBotWithoutProxySettings = (props) => {
       await appContainer.apiv3.put('/slack-integration/custom-bot-without-proxy', {
         slackSigningSecret: '',
         slackBotToken: '',
-        currentBotType: 'customBotWithoutProxy',
+        currentBotType: '',
       });
       onSetIsSetupSlackBot(false);
       fetchSlackIntegrationData();