@embedreach/components 0.1.81 → 0.1.82
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/dist/chunks/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -48249,7 +48249,7 @@ const EditCampaignContent = ({
|
|
|
48249
48249
|
setMergeFieldsResponse(updatedMergeFields);
|
|
48250
48250
|
});
|
|
48251
48251
|
} else {
|
|
48252
|
-
if (communicationGroup?.id) {
|
|
48252
|
+
if (communicationGroup?.id && communicationGroup.extra_merge_fields !== null) {
|
|
48253
48253
|
console.log("updating extra merge fields to null");
|
|
48254
48254
|
updateCommunicationGroup2({
|
|
48255
48255
|
groupId: communicationGroup?.id,
|