diff --git a/Client/src/Pages/Monitors/CreateMonitor/index.jsx b/Client/src/Pages/Monitors/CreateMonitor/index.jsx index b09cc2b97..42ebb7cf4 100644 --- a/Client/src/Pages/Monitors/CreateMonitor/index.jsx +++ b/Client/src/Pages/Monitors/CreateMonitor/index.jsx @@ -36,7 +36,7 @@ const CreateMonitor = () => { notifications: [], interval: 1, }); - const [https, setHttps] = useState(false); + const [https, setHttps] = useState(true); const [errors, setErrors] = useState({}); const handleChange = (event, name) => { @@ -217,15 +217,6 @@ const CreateMonitor = () => { /> {monitor.type === "http" ? ( -