diff --git a/Client/src/Pages/Monitors/CreateMonitor/index.jsx b/Client/src/Pages/Monitors/CreateMonitor/index.jsx index 6a794e464..f29d3b8d8 100644 --- a/Client/src/Pages/Monitors/CreateMonitor/index.jsx +++ b/Client/src/Pages/Monitors/CreateMonitor/index.jsx @@ -214,7 +214,7 @@ const CreateMonitor = () => { { _id: 4, name: "4 minutes" }, { _id: 5, name: "5 minutes" }, ]; - + console.log(monitor.type); return ( { } + startAdornment={ + monitor.type === "http" ? : null + } label={monitorTypeMaps[monitor.type].label || "URL to monitor"} https={https} placeholder={monitorTypeMaps[monitor.type].placeholder || ""}