Prettier cleanup
[MAILPOET-4445]
This commit is contained in:
committed by
Veljko V
parent
6dbc50eb23
commit
8ca1a0a9b3
@ -5,7 +5,7 @@ import { DesignEmailButton } from './design_email_button';
|
|||||||
import { Thumbnail } from './thumbnail';
|
import { Thumbnail } from './thumbnail';
|
||||||
import { PlainBodyTitle } from '../../../../../editor/components/panel';
|
import { PlainBodyTitle } from '../../../../../editor/components/panel';
|
||||||
import { store } from '../../../../../editor/store';
|
import { store } from '../../../../../editor/store';
|
||||||
import {StepName} from "../../../../../editor/components/panel/step-name";
|
import { StepName } from '../../../../../editor/components/panel/step-name';
|
||||||
|
|
||||||
function SingleLineTextareaControl(
|
function SingleLineTextareaControl(
|
||||||
props: ComponentProps<typeof TextareaControl>,
|
props: ComponentProps<typeof TextareaControl>,
|
||||||
@ -57,7 +57,6 @@ export function EmailPanel(): JSX.Element {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<TextControl
|
<TextControl
|
||||||
|
|
||||||
type="email"
|
type="email"
|
||||||
label="“From” email address"
|
label="“From” email address"
|
||||||
placeholder="you@domain.com"
|
placeholder="you@domain.com"
|
||||||
|
Reference in New Issue
Block a user