From 70df0738adeea8b2681fd000ee8eb7b15538299b Mon Sep 17 00:00:00 2001 From: Shemy Gan Date: Fri, 22 Nov 2024 15:11:54 -0500 Subject: [PATCH] - Remove inactive upcoming features --- .../Infrastructure/CreateMonitor/index.jsx | 28 ------------------- 1 file changed, 28 deletions(-) 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} - />