diff --git a/Client/src/Pages/Monitors/CreateMonitor/index.jsx b/Client/src/Pages/Monitors/CreateMonitor/index.jsx index 9bde34db7..de370971a 100644 --- a/Client/src/Pages/Monitors/CreateMonitor/index.jsx +++ b/Client/src/Pages/Monitors/CreateMonitor/index.jsx @@ -11,6 +11,7 @@ import { useTheme } from "@emotion/react"; import WestRoundedIcon from "@mui/icons-material/WestRounded"; import Field from "../../../Components/Inputs/Field"; import Select from "../../../Components/Inputs/Select"; +import Checkbox from "../../../Components/Inputs/Checkbox"; const CreateMonitor = () => { const MS_PER_MINUTE = 60000; @@ -296,56 +297,36 @@ const CreateMonitor = () => { - {/* TODO */} - {/* - -
Incident notifications
-
- When there is an incident, notify users. -
- - } - rightLayout={ -
-
+ + + + Incident notifications + + When there is an incident, notify users + + + + When there is a new incident, -
-
- handleCheck("viaSms", setNotifications)} - /> - handleCheck("viaEmail", setNotifications)} - /> - handleCheck("viaOther", setNotifications)} - /> -
- - handleChange(event, "email", setNotifications) - } - /> -
-
-
- } - /> */} + + + + + + + + Advanced settings