|
|
@@ -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';
|
|
|
|