Skip to content

Commit

Permalink
OP-664 Phone number in mutations was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
edarchis committed May 4, 2022
1 parent 08c1a0d commit 7ba4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const mapUserValuesToInput = (values) => {
userTypes: values.userTypes,
lastName: values.lastName,
otherNames: values.otherNames,
phoneNumber: values.phoneNumber,
phone: values.phoneNumber,
email: values.email,
password: values.password,
healthFacilityId: values.healthFacility ? decodeId(values.healthFacility.id) : null,
Expand Down

0 comments on commit 7ba4d59

Please sign in to comment.