@capillarytech/creatives-library 8.0.88 → 8.0.89-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
|
@@ -472,12 +472,10 @@ export const Zalo = (props) => {
|
|
|
472
472
|
</CapRow>
|
|
473
473
|
<CapAlert
|
|
474
474
|
message={
|
|
475
|
-
<
|
|
475
|
+
<CapLabel type="label2">
|
|
476
476
|
<CapIcon type="warning" />
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
</CapLabel>
|
|
480
|
-
</CapRow>
|
|
477
|
+
{formatMessage(messages.tagLengthWarning)}
|
|
478
|
+
</CapLabel>
|
|
481
479
|
}
|
|
482
480
|
type="warning"
|
|
483
481
|
className="zalo-warning-message"
|