Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/richardson/SSR-518-bb

This commit is contained in:
brydon1 2023-09-21 11:42:55 -04:00
commit 96de09d515
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@ export default {
#streetAddressField { #streetAddressField {
position: relative; position: relative;
.pac-container { :deep(.pac-container) {
top: 76px !important; // Height of #streetAddressField top: 76px !important; // Height of #streetAddressField
left: 0 !important; left: 0 !important;
} }

View file

@ -159,7 +159,7 @@ export default {
} }
} }
}, },
mounted() { beforeMount() {
if (this.policyVehicles?.length === 1) { if (this.policyVehicles?.length === 1) {
this.selectedVehicleVin = this.policyVehicles[0].vin; this.selectedVehicleVin = this.policyVehicles[0].vin;
} }