Przeglądaj źródła

fix fb: currentBotType clear

zahmis 4 lat temu
rodzic
commit
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', {
       await appContainer.apiv3.put('/slack-integration/custom-bot-without-proxy', {
         slackSigningSecret: '',
         slackSigningSecret: '',
         slackBotToken: '',
         slackBotToken: '',
-        currentBotType: 'customBotWithoutProxy',
+        currentBotType: '',
       });
       });
       onSetIsSetupSlackBot(false);
       onSetIsSetupSlackBot(false);
       fetchSlackIntegrationData();
       fetchSlackIntegrationData();