@capillarytech/creatives-library 9.0.63-alpha.0 → 9.0.64

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": "9.0.63-alpha.0",
4
+ "version": "9.0.64",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -143,7 +143,7 @@ function SlideBoxFooter(props) {
143
143
  // Mobile Push OLD: footer only for extractTags/Aira liquid errors, not standard tag errors
144
144
  const hasMobilePushValidationErrors = isMobilePushChannel && hasLiquidErrors;
145
145
 
146
- const shouldShowErrorInfoNote = hasBEEEditorErrors || hasSmsValidationErrors || hasMobilePushValidationErrors || isSupportCKEditor;
146
+ const shouldShowErrorInfoNote = hasBEEEditorErrors || hasSmsValidationErrors || hasMobilePushValidationErrors || (isEmailChannel && isSupportCKEditor);
147
147
 
148
148
  // Check for personalization tokens in title/message when anonymous user tries to save
149
149
  const hasPersonalizationTokens = () => {