Changed serviceType under serviceLocation to appointmentType

This commit is contained in:
Leah Schumann 2023-03-30 11:12:25 -04:00
parent 322c52c975
commit 26256cfd50

View file

@ -43,7 +43,7 @@ const getDefaultState = () => {
state: null, state: null,
zipCode: null, zipCode: null,
zipCodeCtu: null, zipCodeCtu: null,
serviceType: null, appointmentType: null,
}, },
customer: { customer: {
emailAddress: null, emailAddress: null,