Taking out preset value for vehicle damage
This commit is contained in:
parent
2db0567072
commit
35530f9199
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default {
|
||||||
},
|
},
|
||||||
data(){
|
data(){
|
||||||
return {
|
return {
|
||||||
damageLocationQuestionData: ["Car-SideDoor"],
|
damageLocationQuestionData: [],
|
||||||
driverSideOptionsData: [],
|
driverSideOptionsData: [],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue