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} - > +