@capillarytech/creatives-library 7.17.169-alpha.4 → 7.17.170

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.17.169-alpha.4",
4
+ "version": "7.17.170",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -160,8 +160,7 @@ export const Zalo = (props) => {
160
160
  updateTemplateData(gapitTemplateId, templateName, listParams, previewUrl, status);
161
161
  } else {
162
162
  const { id: gapitTemplateId = '', name: templateName = '', template: previewUrl = '', varMapped: listParams = {} } = templateData?.templateConfigs || {};
163
- const handledListParams = handleSetValues(Object.entries(listParams));
164
- updateTemplateData(gapitTemplateId, templateName, handledListParams, previewUrl, ZALO_STATUSES.ENABLE);
163
+ updateTemplateData(gapitTemplateId, templateName, listParams, previewUrl, ZALO_STATUSES.ENABLE);
165
164
  }
166
165
  }
167
166
  //cleanup code