소스 검색

fix fb: currentBotType clear

zahmis 5 년 전
부모
커밋
a5fca3b85c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 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();