zahmis před 4 roky
rodič
revize
d5c9e10764

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

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