zahmis 5 gadi atpakaļ
vecāks
revīzija
cc87eeb946

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

@@ -45,7 +45,6 @@ const CustomBotWithoutProxySettingsAccordion = ({
       toastSuccess(t('toaster.update_successed', { target: t('admin:slack_integration.custom_bot_without_proxy_settings') }));
     }
     catch (err) {
-      // onSetIsRegisterSlackCredentials(false);
       toastError(err);
     }
   };

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

@@ -118,7 +118,6 @@ const SlackIntegration = (props) => {
           onSetSlackSigningSecret={setSlackSigningSecret}
           onSetSlackBotToken={setSlackBotToken}
           onSetIsSendTestMessage={setIsSendTestMessage}
-          // onSetIsRegisterSlackCredentials={setIsRegisterSlackCredentials}
           fetchData={fetchData}
         />
       );