From 95318a38c5a4a3698e13145ee54dd12a1f8dab74 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 16 Feb 2023 07:56:13 -0500 Subject: [PATCH] Fixed textbox-question label --- src/digital-components/textbox-question/textbox-question.vue | 2 +- .../service-zip-modal-question/service-zip-modal-question.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index a294a8967..90aa33ddf 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -6,7 +6,7 @@ :aria-label="questionText" class="form-label" :class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']" - v-html="labelText"> + v-html="questionText">