Merge pull request #1083 from Safelite/feature/richardson/INSR-8433.2
move alerts above continue button
This commit is contained in:
commit
eb7940e80b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
|||
<siteSubHeader
|
||||
cmsWidgetName="SiteSubHeaderWidget"
|
||||
class="mt-4" />
|
||||
<vinLookupAlerts
|
||||
:activeAlertType="activeVehicleLookupAlertType" />
|
||||
<vinQuestion
|
||||
v-model="vin"
|
||||
class="mt-4"
|
||||
|
|
@ -23,6 +21,8 @@
|
|||
:isDisabled="vinPopulatedOnPageLoad"
|
||||
textPosition="left" />
|
||||
<vinLocationInformation />
|
||||
<vinLookupAlerts
|
||||
:activeAlertType="activeVehicleLookupAlertType" />
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
cmsWidgetName="SiteFooterWidget"
|
||||
|
|
|
|||
Loading…
Reference in a new issue