Added fields to vuex store

This commit is contained in:
Leah Schumann 2023-07-28 06:39:06 -04:00
parent a87d039599
commit f2d7bbafb5

View file

@ -59,9 +59,14 @@ const getDefaultState = () => {
zipCodeCtu: null,
},
},
techNotes: null,
},
customer: {
firstName: null,
lastName: null,
emailAddress: null,
phoneNumber: null,
isSmsOptin: null,
},
damage: {
isRepair: null,