@capillarytech/creatives-library 6.12.7 → 6.12.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -196,6 +196,7 @@ export class EmailWrapper extends React.Component { // eslint-disable-line react
|
|
|
196
196
|
onPreviewContentClicked,
|
|
197
197
|
onTestContentClicked,
|
|
198
198
|
cmsTemplatesLoader,
|
|
199
|
+
editor,
|
|
199
200
|
} = this.props;
|
|
200
201
|
const {
|
|
201
202
|
templateName,
|
|
@@ -259,6 +260,7 @@ export class EmailWrapper extends React.Component { // eslint-disable-line react
|
|
|
259
260
|
selectedOfferDetails={selectedOfferDetails}
|
|
260
261
|
onPreviewContentClicked={onPreviewContentClicked}
|
|
261
262
|
onTestContentClicked={onTestContentClicked}
|
|
263
|
+
editor={editor}
|
|
262
264
|
/>}
|
|
263
265
|
{!isShowEmailCreate && (
|
|
264
266
|
<CmsTemplatesComponent
|