Fix formatting issues
[MAILPOET-1808]
This commit is contained in:
@@ -4,12 +4,11 @@ import MailPoet from 'mailpoet';
|
||||
import ReactStringReplace from 'react-string-replace';
|
||||
import PreviousNextStepButtons from '../previous_next_step_buttons.jsx';
|
||||
|
||||
const kbLink = 'http://docs.mailpoet.com/article/126-importing-subscribers-with-csv-files'
|
||||
const kbLink = 'http://docs.mailpoet.com/article/126-importing-subscribers-with-csv-files';
|
||||
|
||||
const placeholder = 'Email, First Name, Last Name\njohn@doe.com, John, Doe\nmary@smith.com, Mary, Smith\njohnny@walker.com, Johnny, Walker';
|
||||
|
||||
const MethodPaste = ({ onValueChange, canFinish, onFinish }) => {
|
||||
|
||||
const onChange = (e) => {
|
||||
onValueChange(e.target.value);
|
||||
};
|
||||
|
@@ -4,7 +4,7 @@ import MailPoet from 'mailpoet';
|
||||
import ReactStringReplace from 'react-string-replace';
|
||||
import PreviousNextStepButtons from '../previous_next_step_buttons.jsx';
|
||||
|
||||
const kbLink = 'http://docs.mailpoet.com/article/126-importing-subscribers-with-csv-files'
|
||||
const kbLink = 'http://docs.mailpoet.com/article/126-importing-subscribers-with-csv-files';
|
||||
|
||||
const MethodUpload = ({ onValueChange, canFinish, onFinish }) => {
|
||||
const onChange = (e) => {
|
||||
|
Reference in New Issue
Block a user