@capillarytech/creatives-library 9.0.63 → 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
|
@@ -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 = () => {
|