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 { PlainBodyTitle } from '../../../../../editor/components/panel';
|
||||
import { store } from '../../../../../editor/store';
|
||||
import {StepName} from "../../../../../editor/components/panel/step-name";
|
||||
import { StepName } from '../../../../../editor/components/panel/step-name';
|
||||
|
||||
function SingleLineTextareaControl(
|
||||
props: ComponentProps<typeof TextareaControl>,
|
||||
@ -57,7 +57,6 @@ export function EmailPanel(): JSX.Element {
|
||||
}
|
||||
/>
|
||||
<TextControl
|
||||
|
||||
type="email"
|
||||
label="“From” email address"
|
||||
placeholder="you@domain.com"
|
||||
|
Reference in New Issue
Block a user