SSR-660 Fix continue button being disabled for default selected vehicle
This commit is contained in:
parent
98796e7509
commit
fe3a662bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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