commit
2839081866
1 changed files with 14 additions and 12 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber
|
displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber
|
||||||
"
|
"
|
||||||
@footer-button-event="setZipCodeAndShop">
|
@footer-button-event="setZipCodeAndShop">
|
||||||
|
<form @submit.prevent>
|
||||||
<serviceZipQuestion
|
<serviceZipQuestion
|
||||||
ref="serviceZipQuestion"
|
ref="serviceZipQuestion"
|
||||||
class="shop-question-zipcode"
|
class="shop-question-zipcode"
|
||||||
|
|
@ -32,6 +33,7 @@
|
||||||
includeSearchIcon
|
includeSearchIcon
|
||||||
:isRequired="false"
|
:isRequired="false"
|
||||||
:validationRules="''" />
|
:validationRules="''" />
|
||||||
|
</form>
|
||||||
<alert
|
<alert
|
||||||
ref="alertInvalidZip"
|
ref="alertInvalidZip"
|
||||||
v-if="displayInvalidZipAlert"
|
v-if="displayInvalidZipAlert"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue