@capillarytech/creatives-library 7.17.146 → 7.17.147
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
|
@@ -1422,7 +1422,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1422
1422
|
return true;
|
|
1423
1423
|
}
|
|
1424
1424
|
//if media type is image, video or document and the mediaType file is not uploaded
|
|
1425
|
-
if (!isMediaTypeText &&
|
|
1425
|
+
if (!isMediaTypeText && host === HOST_KARIX && karixFileHandle === '') {
|
|
1426
1426
|
return true;
|
|
1427
1427
|
}
|
|
1428
1428
|
if (templateHeaderError || templateFooterError) {
|
|
@@ -2011,7 +2011,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2011
2011
|
</CapHeading>
|
|
2012
2012
|
}
|
|
2013
2013
|
suffix={
|
|
2014
|
-
templateStatus === WHATSAPP_STATUSES.approved && (
|
|
2014
|
+
templateStatus === WHATSAPP_STATUSES.approved && !isAuthenticationTemplate && (
|
|
2015
2015
|
<TagList
|
|
2016
2016
|
label={formatMessage(globalMessages.addLabels)}
|
|
2017
2017
|
onTagSelect={onMessageTagSelect}
|