Added fields to vuex store
This commit is contained in:
parent
a87d039599
commit
f2d7bbafb5
1 changed files with 5 additions and 0 deletions
|
|
@ -59,9 +59,14 @@ const getDefaultState = () => {
|
||||||
zipCodeCtu: null,
|
zipCodeCtu: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
techNotes: null,
|
||||||
},
|
},
|
||||||
customer: {
|
customer: {
|
||||||
|
firstName: null,
|
||||||
|
lastName: null,
|
||||||
emailAddress: null,
|
emailAddress: null,
|
||||||
|
phoneNumber: null,
|
||||||
|
isSmsOptin: null,
|
||||||
},
|
},
|
||||||
damage: {
|
damage: {
|
||||||
isRepair: null,
|
isRepair: null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue