Merge pull request #2569 from Safelite/feature/Digital/CASH-834

CASH-834
This commit is contained in:
hiteshkumar87 2025-05-29 22:47:43 +05:30 committed by GitHub
commit 4a5061d66b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,6 @@
<transition name="fade" mode="out-in">
<div class="mobile-location-questions">
<div class="text-center" :id="componentId">
<div v-show="errorMessage" class="row mt-4 form-test-error">
<span
class="d-inline-flex small mt-0 center-error-message"
aria-atomic="true"
aria-live="polite">
{{ errorMessage }}
</span>
</div>
<textBlock
v-if="mobileFeeApplies"
:customText="mobileFeeText"
@ -19,6 +11,14 @@
</div>
<div v-if="this.modelValue.isMobileSelected" class="address-questions-container">
<div v-html="headerText" class="HeaderText" />
<div v-show="errorMessage" class="row mt-4 form-test-error">
<span
class="d-inline-flex small mt-0 center-error-message"
aria-atomic="true"
aria-live="polite">
{{ errorMessage }}
</span>
</div>
<addressQuestions
ref="addressQuestions"
v-model="internalModel.addressQuestions"