From c2e39d8b1be6f32dcadf87b8123a08fa0d2de85b Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 11 Apr 2022 14:48:21 -0400 Subject: [PATCH] CSR-482 defect the cms returns styling html embedded for the content and it is displaying the html in the alert box --- src/ux-components/alert/alert.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 515658e16..e8f8848a7 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -5,7 +5,7 @@ :class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]" >

{{ alertHeadline }}

-

{{ alertCopy }}

+