@capillarytech/creatives-library 8.0.335 → 8.0.336
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
|
@@ -231,7 +231,6 @@ const useEmailWrapper = ({
|
|
|
231
231
|
const hasTemplateDetails = Email?.templateDetails && !isEmpty(Email.templateDetails);
|
|
232
232
|
// Note: We check Email?.BEETemplate as a proxy, but the actual BEETemplate is in Templates reducer
|
|
233
233
|
// The Email component will detect it via this.props.Templates.BEETemplate
|
|
234
|
-
console.log(Email, "fkjhsgfgdkl");
|
|
235
234
|
const hasBEETemplate = Email?.BEETemplate && !isEmpty(Email.BEETemplate);
|
|
236
235
|
|
|
237
236
|
if (hasTemplateDetails && !hasBEETemplate && templatesActions?.setBEETemplate && !beeTemplateSetRef.current) {
|
|
@@ -252,7 +251,6 @@ const useEmailWrapper = ({
|
|
|
252
251
|
};
|
|
253
252
|
|
|
254
253
|
const isDragDrop = getIsDragDrop(editTemplateData);
|
|
255
|
-
console.log(isDragDrop, "isDragDrop");
|
|
256
254
|
// If it's a BEE template, set it in Templates.BEETemplate
|
|
257
255
|
if (isDragDrop) {
|
|
258
256
|
beeTemplateSetRef.current = true;
|