From 83e48cce42d02b69d38c9b9fac76b8b25ea2d3bd Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Mon, 1 Jan 2024 20:59:31 +0200 Subject: [PATCH] feat: remove hint popup of mail notification form --- .../SendMailNotification/MailNotificationForm.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/packages/webapp/src/containers/SendMailNotification/MailNotificationForm.tsx b/packages/webapp/src/containers/SendMailNotification/MailNotificationForm.tsx index b7e578b91..74712a606 100644 --- a/packages/webapp/src/containers/SendMailNotification/MailNotificationForm.tsx +++ b/packages/webapp/src/containers/SendMailNotification/MailNotificationForm.tsx @@ -5,10 +5,8 @@ import { FInputGroup, FMultiSelect, FRichEditor, - Hint, } from '@/components'; import styled from 'styled-components'; -import { Position } from '@blueprintjs/core'; import { SelectOptionProps } from '@blueprintjs-formik/select'; interface MailNotificationFormProps { @@ -31,18 +29,7 @@ export function MailNotificationForm({ return ( - - } - name={'from'} - inline={true} - fastField={true} - > +