Show warning on the send step
[MAILPOET-2396]
This commit is contained in:
committed by
Jack Kitterhing
parent
2ca7b8b91f
commit
7f3b0bb7dc
@@ -13,6 +13,7 @@ import Hooks from 'wp-js-hooks';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { withRouter } from 'react-router-dom';
|
import { withRouter } from 'react-router-dom';
|
||||||
import ReactStringReplace from 'react-string-replace';
|
import ReactStringReplace from 'react-string-replace';
|
||||||
|
import SubscribersLimitNotice from 'notices/subscribers_limit_notice.jsx';
|
||||||
import slugify from 'slugify';
|
import slugify from 'slugify';
|
||||||
|
|
||||||
const generateGaTrackingCampaignName = (id, subject) => {
|
const generateGaTrackingCampaignName = (id, subject) => {
|
||||||
@@ -472,6 +473,7 @@ class NewsletterSend extends React.Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<SubscribersLimitNotice />
|
||||||
<h1>{MailPoet.I18n.t('finalNewsletterStep')}</h1>
|
<h1>{MailPoet.I18n.t('finalNewsletterStep')}</h1>
|
||||||
|
|
||||||
{breadcrumb}
|
{breadcrumb}
|
||||||
|
Reference in New Issue
Block a user