@@ -30,6 +30,7 @@ const CustomBotNonProxySettings = (props) => {
}
fetchData();
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
async function updateHandler() {