@openlettermarketing/olc-vue-sdk 1.5.4-beta-1 → 1.5.4-beta-2
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/build/index.js +8 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -163778,10 +163778,18 @@ const $d0a2370b36372b2d$var$CustomFieldSection = {
|
|
|
163778
163778
|
type: (0, $e496cac0faa1ff17$export$958a4de996e717f9),
|
|
163779
163779
|
payload: customFields
|
|
163780
163780
|
});
|
|
163781
|
+
else dispatch({
|
|
163782
|
+
type: (0, $e496cac0faa1ff17$export$958a4de996e717f9),
|
|
163783
|
+
payload: []
|
|
163784
|
+
});
|
|
163781
163785
|
if (platformFields.length) dispatch({
|
|
163782
163786
|
type: (0, $e496cac0faa1ff17$export$ecdfc6694e0b4b09),
|
|
163783
163787
|
payload: platformFields
|
|
163784
163788
|
});
|
|
163789
|
+
else dispatch({
|
|
163790
|
+
type: (0, $e496cac0faa1ff17$export$ecdfc6694e0b4b09),
|
|
163791
|
+
payload: []
|
|
163792
|
+
});
|
|
163785
163793
|
}
|
|
163786
163794
|
};
|
|
163787
163795
|
(0, react.useEffect)(()=>{
|