@capillarytech/creatives-library 7.10.74 → 7.10.76
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
|
@@ -366,7 +366,7 @@ export class Creatives extends React.Component {
|
|
|
366
366
|
break;
|
|
367
367
|
}
|
|
368
368
|
case constants.WHATSAPP: {
|
|
369
|
-
const {
|
|
369
|
+
const {
|
|
370
370
|
templateConfigs: {
|
|
371
371
|
id,
|
|
372
372
|
name,
|
|
@@ -378,7 +378,7 @@ export class Creatives extends React.Component {
|
|
|
378
378
|
} = {},
|
|
379
379
|
} = templateData;
|
|
380
380
|
creativesTemplateData = {
|
|
381
|
-
id,
|
|
381
|
+
_id: id,
|
|
382
382
|
type: constants.WHATSAPP,
|
|
383
383
|
edit: true,
|
|
384
384
|
name,
|