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:
commit
23c4adee23
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue