zahmis 4 سال پیش
والد
کامیت
17331e6de6
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

+ 0 - 2
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -80,7 +80,6 @@ const SlackIntegration = (props) => {
     setSelectedBotType(null);
   };
 
-
   const changeCurrentBotSettingsHandler = async() => {
     try {
       const res = await appContainer.apiv3.put('/slack-integration-settings/bot-type', {
@@ -111,7 +110,6 @@ const SlackIntegration = (props) => {
         <CustomBotWithoutProxySettings
           isSendTestMessage={isSendTestMessage}
           isRegisterSlackCredentials={isRegisterSlackCredentials}
-          currentBotType={currentBotType}
           slackBotTokenEnv={slackBotTokenEnv}
           slackBotToken={slackBotToken}
           slackSigningSecretEnv={slackSigningSecretEnv}