Merge branch 'develop' into feature/CSR-92
This commit is contained in:
commit
263b847ebc
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@ export const state = {
|
|||
lastName: null,
|
||||
},
|
||||
},
|
||||
serviceLocation: {
|
||||
zip: null,
|
||||
},
|
||||
customer: {
|
||||
emailAddress: null,
|
||||
},
|
||||
damage: {
|
||||
isRepair: null,
|
||||
numberOfChips: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue