summerize + najva script
This commit is contained in:
@@ -8,6 +8,7 @@ import EmailEditor from './EmailEditor'
|
||||
import EmailAttachments from './EmailAttachments'
|
||||
import EmailFormActions from './EmailFormActions'
|
||||
import { useNewMessage } from './hooks/useNewMessage'
|
||||
import Intelligense from '@/assets/images/intelligense.svg'
|
||||
|
||||
const NewMessage: FC = () => {
|
||||
const { t } = useTranslation('global')
|
||||
@@ -124,11 +125,17 @@ const NewMessage: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Input
|
||||
label={t('new_message.subject')}
|
||||
value={subject}
|
||||
onChange={(e) => setSubject(e.target.value)}
|
||||
/>
|
||||
<div className='flex gap-2 items-end'>
|
||||
<Input
|
||||
label={t('new_message.subject')}
|
||||
value={subject}
|
||||
onChange={(e) => setSubject(e.target.value)}
|
||||
/>
|
||||
|
||||
<div className='border border-border rounded-xl h-10 px-2 flex items-center justify-center'>
|
||||
<img src={Intelligense} alt='intelligense' className='w-6' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<EmailEditor
|
||||
|
||||
Reference in New Issue
Block a user