Skip to content

Commit

Permalink
feat: remove hint popup of mail notification form
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jan 1, 2024
1 parent 99ca683 commit 83e48cc
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -31,18 +29,7 @@ export function MailNotificationForm({
return (
<Box>
<HeaderBox>
<FFormGroup
label={'From'}
labelInfo={
<Hint
content={'asdasd asdasd asdsad'}
position={Position.BOTTOM_LEFT}
/>
}
name={'from'}
inline={true}
fastField={true}
>
<FFormGroup label={'From'} name={'from'} inline={true} fastField={true}>
<FMultiSelect
items={fromAddresses}
name={'from'}
Expand Down

0 comments on commit 83e48cc

Please sign in to comment.