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,
|
||||
},
|
||||
},
|
||||
techNotes: null,
|
||||
},
|
||||
customer: {
|
||||
firstName: null,
|
||||
lastName: null,
|
||||
emailAddress: null,
|
||||
phoneNumber: null,
|
||||
isSmsOptin: null,
|
||||
},
|
||||
damage: {
|
||||
isRepair: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue