Latest changes related to new CMS data population in child controls
This commit is contained in:
parent
d7b1069991
commit
e05ba287a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue