@capillarytech/creatives-library 7.17.121-alpha.0 → 7.17.122
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
|
@@ -647,7 +647,7 @@ export const Viber = (props) => {
|
|
|
647
647
|
return true;
|
|
648
648
|
}
|
|
649
649
|
//if template title is empty
|
|
650
|
-
if (messageTitle?.trim() === '') {
|
|
650
|
+
if (isFullMode && messageTitle?.trim() === '') {
|
|
651
651
|
return true;
|
|
652
652
|
}
|
|
653
653
|
// if media type is image/video than image/video should be uploaded
|