2
0
zahmis 4 жил өмнө
parent
commit
ed3f37ee1c

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

@@ -13,8 +13,8 @@ const CustomBotWithoutProxySettings = (props) => {
   const { t } = useTranslation();
 
   const [siteName, setSiteName] = useState('');
-  const [latestConnectionMessage, setLatestConnectionMessage] = useState(null);
   const [isLatestConnectionSuccess, setIsLatestConnectionSuccess] = useState(false);
+  const [latestConnectionMessage, setLatestConnectionMessage] = useState(null);
   const [testChannel, setTestChannel] = useState('');
 
   const testConnection = async() => {