Merge pull request #448 from Safelite/defect/digital/SSR-660

SSR-660 Fix continue button being disabled for default selected vehicle
This commit is contained in:
Josh Dassinger 2023-09-20 13:56:15 -05:00 committed by GitHub
commit 23c4adee23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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