update property to match CMS changes
This commit is contained in:
parent
87c7009a50
commit
6fece25716
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ export default {
|
|||
return this.getCmsContent('continueWithSchedulingCopy', 'BodyText');
|
||||
},
|
||||
unverifiedADASNextStepsBodyText() {
|
||||
return this.getCmsContent('UnverifiedADASNextStepsWidget', 'Text');
|
||||
return this.getCmsContent('UnverifiedADASNextStepsWidget', 'BodyText');
|
||||
},
|
||||
splitADASCoverageStatementCopy() {
|
||||
// Splits content when brackets are found in text so that text can be looped through and text-link can be injected when needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue