Changed serviceType under serviceLocation to appointmentType
This commit is contained in:
parent
322c52c975
commit
26256cfd50
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const getDefaultState = () => {
|
|||
state: null,
|
||||
zipCode: null,
|
||||
zipCodeCtu: null,
|
||||
serviceType: null,
|
||||
appointmentType: null,
|
||||
},
|
||||
customer: {
|
||||
emailAddress: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue