Shun Miyazawa 5 лет назад
Родитель
Сommit
c00b315c4e

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

@@ -63,7 +63,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
     }
   };
 
-  const onTestConnectionHandler = async() => {
+  const testConnection = async() => {
     setConnectionErrorCode(null);
     setConnectionErrorMessage(null);
     setConnectionSuccessMessage(null);
@@ -83,7 +83,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
 
   const submitForm = (e) => {
     e.preventDefault();
-    onTestConnectionHandler();
+    testConnection();
   };
 
   const inputTestChannelHandler = (channel) => {