From 40414580da19d58cde9cebf780097c792d011efa Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 9 May 2023 13:41:19 -0400 Subject: [PATCH] WIP update computed. --- src/layouts/customer-details/customer-details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index a23918284..1f77f2f1c 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -40,7 +40,7 @@ export default { }, computed: { textAreaLabelCopy() { - return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText"); + return this.getCmsContent("TextAreaContentWidget", "QuestionText"); }, } };