zahmis пре 4 година
родитељ
комит
fd52d45309
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/client/js/components/Admin/SlackIntegration/WithProxyAccordions.jsx

+ 4 - 4
src/client/js/components/Admin/SlackIntegration/WithProxyAccordions.jsx

@@ -178,10 +178,10 @@ const GeneratingTokensAndRegisteringProxyServiceProcess = withUnstatedContainers
   );
   );
 }, [AppContainer]);
 }, [AppContainer]);
 
 
-const TestProcess = (props) => {
-  const {
-    apiv3Post, slackAppIntegrationId, onSubmitForm, onSubmitFormFailed, isLatestConnectionSuccess,
-  } = props;
+const TestProcess = ({
+  apiv3Post, slackAppIntegrationId, onSubmitForm, onSubmitFormFailed, isLatestConnectionSuccess,
+}) => {
+
   const { t } = useTranslation();
   const { t } = useTranslation();
   const [testChannel, setTestChannel] = useState('');
   const [testChannel, setTestChannel] = useState('');
   const [logsValue, setLogsValue] = useState('');
   const [logsValue, setLogsValue] = useState('');