From a326c329ef7ac67c0bab568d04a80b957d1d0464 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 4 Feb 2022 15:16:10 -0500 Subject: [PATCH] Turning groupName into prop --- .../damage-location-question/damage-location-question.vue | 3 +-- .../replace-options-question/replace-options-question.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue index 10c348575..c48912ff2 100644 --- a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue +++ b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue @@ -23,12 +23,11 @@ export default ({ questionText: String, answersFromCms: Array, damageOptions: Object, - groupName: String, } }, props: { - isMultiSelect: Boolean, modelValue: Array, + groupName: String, }, methods: { initializeComponent(cmsContent, damageOptions){ diff --git a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue index ec14d8fb2..0f9f5cec3 100644 --- a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue +++ b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue @@ -25,13 +25,13 @@ export default ({ questionText: String, answersFromCms: Array, replaceOptions: Array, - groupName: String, } }, props: { isMultiSelect: Boolean, isAvailable: Boolean, filterByVehicleCategory: Boolean, + groupName: String, modelValue: Array, }, methods: {