Re-add default for vehicle protected question

This commit is contained in:
Alex Humphries 2026-04-06 10:11:23 -04:00
parent 67174e2914
commit 74f5f50326

View file

@ -260,7 +260,7 @@ export default {
address: this.address,
address2: this.address2,
city: this.city,
isVehicleProtected: this.isVehicleProtected,
isVehicleProtected: this.isVehicleProtected || vehicleProtectedAnswers.NO,
provider
});