zahmis 5 年之前
父節點
當前提交
b7f35c3a04
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

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

@@ -27,8 +27,6 @@ const CustomBotWithoutProxySettings = (props) => {
   };
 
   const testConnection = async() => {
-    setConnectionErrorCode(null);
-    setConnectionMessage(null);
     try {
       await appContainer.apiv3.post('/slack-integration-settings/without-proxy/test', { channel: testChannel });
       setConnectionMessage('Send the message to slack work space.');