Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/richardson/SSR-518-bb
This commit is contained in:
commit
96de09d515
2 changed files with 2 additions and 2 deletions
|
|
@ -356,7 +356,7 @@ export default {
|
|||
#streetAddressField {
|
||||
position: relative;
|
||||
|
||||
.pac-container {
|
||||
:deep(.pac-container) {
|
||||
top: 76px !important; // Height of #streetAddressField
|
||||
left: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ export default {
|
|||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
beforeMount() {
|
||||
if (this.policyVehicles?.length === 1) {
|
||||
this.selectedVehicleVin = this.policyVehicles[0].vin;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue