@capillarytech/creatives-library 7.10.72 → 7.10.74

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.10.72",
4
+ "version": "7.10.74",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -366,8 +366,9 @@ export class Creatives extends React.Component {
366
366
  break;
367
367
  }
368
368
  case constants.WHATSAPP: {
369
- const {
369
+ const {
370
370
  templateConfigs: {
371
+ id,
371
372
  name,
372
373
  template,
373
374
  varMapped,
@@ -377,6 +378,7 @@ export class Creatives extends React.Component {
377
378
  } = {},
378
379
  } = templateData;
379
380
  creativesTemplateData = {
381
+ id,
380
382
  type: constants.WHATSAPP,
381
383
  edit: true,
382
384
  name,