WIP update computed.

This commit is contained in:
Bryan Mauger 2023-05-09 13:41:19 -04:00
parent 610e82e382
commit 40414580da

View file

@ -40,7 +40,7 @@ export default {
}, },
computed: { computed: {
textAreaLabelCopy() { textAreaLabelCopy() {
return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText"); return this.getCmsContent("TextAreaContentWidget", "QuestionText");
}, },
} }
}; };