SSR-660 Fix continue button being disabled for default selected vehicle

This commit is contained in:
Josh Dassinger 2023-09-20 13:16:36 -05:00
parent 98796e7509
commit fe3a662bd6

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;
} }