diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index f9be3976b..fffb36c49 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -17,7 +17,7 @@ :answers="answers" groupName="chooseShop" textPosition="text-start" - v-model="selectedValue" + v-model="selectedProviderNumber" isRequired validationRules="option-required" /> = 3) { @@ -239,25 +246,29 @@ export default { diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 62c4b4d99..c5899b440 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -204,7 +204,7 @@ export default { } & p { font-size: 0.875rem; - margin-bottom: 0.25rem !important; + margin-bottom: 0.25rem; } }