From 3b41bb59e68e153c3480a443ed8b3fca83923701 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 21 Mar 2023 17:46:38 -0400 Subject: [PATCH] Semantic restructuring of v-ifs. --- .../textbox-question/textbox-question.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 76a9f3ec2..3eeef5a05 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -36,22 +36,22 @@ :maxlength="maxLength ? maxLength : '999'" @focus="$emit('focus', $event.target.value)" />