mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: remove hint popup of mail notification form
This commit is contained in:
@@ -5,10 +5,8 @@ import {
|
|||||||
FInputGroup,
|
FInputGroup,
|
||||||
FMultiSelect,
|
FMultiSelect,
|
||||||
FRichEditor,
|
FRichEditor,
|
||||||
Hint,
|
|
||||||
} from '@/components';
|
} from '@/components';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { Position } from '@blueprintjs/core';
|
|
||||||
import { SelectOptionProps } from '@blueprintjs-formik/select';
|
import { SelectOptionProps } from '@blueprintjs-formik/select';
|
||||||
|
|
||||||
interface MailNotificationFormProps {
|
interface MailNotificationFormProps {
|
||||||
@@ -31,18 +29,7 @@ export function MailNotificationForm({
|
|||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<HeaderBox>
|
<HeaderBox>
|
||||||
<FFormGroup
|
<FFormGroup label={'From'} name={'from'} inline={true} fastField={true}>
|
||||||
label={'From'}
|
|
||||||
labelInfo={
|
|
||||||
<Hint
|
|
||||||
content={'asdasd asdasd asdsad'}
|
|
||||||
position={Position.BOTTOM_LEFT}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
name={'from'}
|
|
||||||
inline={true}
|
|
||||||
fastField={true}
|
|
||||||
>
|
|
||||||
<FMultiSelect
|
<FMultiSelect
|
||||||
items={fromAddresses}
|
items={fromAddresses}
|
||||||
name={'from'}
|
name={'from'}
|
||||||
|
|||||||
Reference in New Issue
Block a user