Re-add default for vehicle protected question
This commit is contained in:
parent
67174e2914
commit
74f5f50326
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ export default {
|
|||
address: this.address,
|
||||
address2: this.address2,
|
||||
city: this.city,
|
||||
isVehicleProtected: this.isVehicleProtected,
|
||||
isVehicleProtected: this.isVehicleProtected || vehicleProtectedAnswers.NO,
|
||||
provider
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue