فهرست منبع

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