From 36a98936f21406054f03dc68fbc16a95c6a479bf Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 22 Mar 2022 13:34:33 -0400 Subject: [PATCH] Post code review related refactoring --- .../dropdown-question/dropdown-question.vue | 29 ++-- .../textbox-question/textbox-question.vue | 29 ++-- .../address-questions/address-questions.vue | 126 +++++++++--------- 3 files changed, 98 insertions(+), 86 deletions(-) diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index f5fdf1983..08ed368cf 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -1,6 +1,6 @@