Преглед изворни кода

Update src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

Co-authored-by: itizawa <48426654+itizawa@users.noreply.github.com>
Shun Miyazawa пре 5 година
родитељ
комит
71be72d11c

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

@@ -21,6 +21,7 @@ const CustomBotWithoutProxySettings = (props) => {
   // get site name from this GROWI
   // get site name from this GROWI
   // eslint-disable-next-line no-unused-vars
   // eslint-disable-next-line no-unused-vars
   const [siteName, setSiteName] = useState('');
   const [siteName, setSiteName] = useState('');
+// eslint-disable-next-line no-unused-vars
   const [isBoltSetup, setIsBoltSetup] = useState(null);
   const [isBoltSetup, setIsBoltSetup] = useState(null);
   const currentBotType = 'custom-bot-without-proxy';
   const currentBotType = 'custom-bot-without-proxy';