move alerts above continue button
This commit is contained in:
parent
8d04310899
commit
7f56849177
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
||||||
<siteSubHeader
|
<siteSubHeader
|
||||||
cmsWidgetName="SiteSubHeaderWidget"
|
cmsWidgetName="SiteSubHeaderWidget"
|
||||||
class="mt-4" />
|
class="mt-4" />
|
||||||
<vinLookupAlerts
|
|
||||||
:activeAlertType="activeVehicleLookupAlertType" />
|
|
||||||
<vinQuestion
|
<vinQuestion
|
||||||
v-model="vin"
|
v-model="vin"
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
|
|
@ -23,6 +21,8 @@
|
||||||
:isDisabled="vinPopulatedOnPageLoad"
|
:isDisabled="vinPopulatedOnPageLoad"
|
||||||
textPosition="left" />
|
textPosition="left" />
|
||||||
<vinLocationInformation />
|
<vinLocationInformation />
|
||||||
|
<vinLookupAlerts
|
||||||
|
:activeAlertType="activeVehicleLookupAlertType" />
|
||||||
<siteFooter
|
<siteFooter
|
||||||
ref="siteFooter"
|
ref="siteFooter"
|
||||||
cmsWidgetName="SiteFooterWidget"
|
cmsWidgetName="SiteFooterWidget"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue