From c2b683114ffb860c1b5b1f1193f25df06db4745b Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 16 May 2023 09:26:03 -0400 Subject: [PATCH] WIP --- .../button-question/button-question.vue | 2 +- .../appointment-type-question.vue | 3 +- .../service-location/service-location.vue | 28 ++++++++--------- .../shop-question/shop-question.vue | 30 ++++++++++++------- 4 files changed, 35 insertions(+), 28 deletions(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 08ec4867d..245543937 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -121,7 +121,7 @@ export default { isOverflowScrollable: Boolean, isWide: Boolean, isCashOrInsurance: Boolean, - modelValue: [Array, Number, String, Object], + modelValue: [Array, Number, String], value: [Number, String], validationRules: String, suppressError: Boolean, diff --git a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue index d6711f363..82dd2980a 100644 --- a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue +++ b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue @@ -1,6 +1,6 @@