diff --git a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
index 6a7081d9c..9553b2a68 100644
--- a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
+++ b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
@@ -194,25 +194,6 @@ const CreateInfrastructureMonitor = () => {
{ _id: 10, name: "10 minutes" },
];
- const NOTIFY_MULTIPLE_EMAIL_LABEL = (
-
-
- Also notify via email to multiple addresses (coming soon)
-
- logger.warn("disabled")}
- onBlur={handleBlur}
- />
-
- You can separate multiple emails with a comma
-
-
- );
-
return (
{
onChange={(e) => handleChange(e)}
onBlur={handleBlur}
/>
- logger.warn("disabled")}
- onBlur={handleBlur}
- isDisabled={true}
- />