From 73310422da7d2c91ea6c0721765be879b918fd2a Mon Sep 17 00:00:00 2001 From: Daniel Cojocea Date: Wed, 31 Jul 2024 16:41:04 -0400 Subject: [PATCH] Updated default https value and disabled multiple emails field --- .../Pages/Monitors/CreateMonitor/index.jsx | 76 +++++++------------ 1 file changed, 28 insertions(+), 48 deletions(-) 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" ? ( -