Latest changes related to new CMS data population in child controls

This commit is contained in:
Leah Schumann 2022-04-08 09:24:58 -04:00
parent d7b1069991
commit e05ba287a1

View file

@ -23,8 +23,8 @@
</transition>
<alert cmsWidgetName="AlertVerificationWarningWidget" ref="alertVerificationWarning" v-show="displayVerificationWarning"
alertClass="alert-warning"
:alertHeadline="AlertVerificationWarningWidget.HeadlineText"
:alertCopy="AlertVerificationWarningWidget.BodyText"
:alertHeadline="alertHeadlineVerificationWarning"
:alertCopy="alertCopyVerificationWarning"
v-bind:isDismissible="false"
/>
<alert cmsWidgetName="AlertNoMatchWarningWidget" ref="alertNoMatchWarning" v-show="displayNoMatchWarning"