瀏覽代碼

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

Co-authored-by: itizawa <48426654+itizawa@users.noreply.github.com>
Shun Miyazawa 5 年之前
父節點
當前提交
71be72d11c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

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

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