zahmis 5 years ago
parent
commit
d5c9e10764

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

@@ -65,10 +65,8 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
     setTestChannel(channel);
     setTestChannel(channel);
   };
   };
 
 
-
   const submitForm = (e) => {
   const submitForm = (e) => {
     e.preventDefault();
     e.preventDefault();
-
     testConnection();
     testConnection();
   };
   };