@capillarytech/creatives-library 8.0.343 → 8.0.345-alpha.0
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
|
@@ -727,6 +727,7 @@ const useEmailWrapper = ({
|
|
|
727
727
|
route: { name: 'email' },
|
|
728
728
|
params: emailParams,
|
|
729
729
|
isGetFormData,
|
|
730
|
+
|
|
730
731
|
getFormdata,
|
|
731
732
|
getFormSubscriptionData: getFormdata,
|
|
732
733
|
getDefaultTags: type,
|
|
@@ -913,6 +914,7 @@ const useEmailWrapper = ({
|
|
|
913
914
|
emailProps,
|
|
914
915
|
cmsTemplatesProps,
|
|
915
916
|
uploadButtonLabel,
|
|
917
|
+
...(!isFullMode && { templateData }),
|
|
916
918
|
|
|
917
919
|
// Event handlers
|
|
918
920
|
onTemplateNameChange,
|