Skip to content

Commit

Permalink
Update packages/esm-patient-clinical-view-app/src/family-partner-hist…
Browse files Browse the repository at this point in the history
…ory/family-relationship.workspace.tsx

Co-authored-by: Makombe Kennedy <[email protected]>
  • Loading branch information
amosmachora and makombe authored Jul 21, 2024
1 parent 6bd1e3d commit 50cfb55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const FamilyRelationshipForm: React.FC<FamilyRelationshipFormProps> = ({ closeWo
const onSubmit: SubmitHandler<FormData> = async (data) => {
const payload = {
personA: personAUUID,
personB: patientUuid,
personB: relatedPersonUuid,
relationshipType: data.relationship,
startDate: data.startDate.toISOString(),
endDate: data.endDate ? data.endDate.toISOString() : null,
Expand Down

0 comments on commit 50cfb55

Please sign in to comment.