Skip to content

Commit

Permalink
Poc 115b patch (#1582)
Browse files Browse the repository at this point in the history
* 2.16.3

* Revert "POC-39:Separate CCC Number From Other Identifiers (#1549)"

This reverts commit edbda84.

* fix null patient uuid
  • Loading branch information
drizzentic authored Apr 14, 2023
1 parent 09ba51f commit 5dc9944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class FamilyTestingContactComponent implements OnInit {
this.indexHasContacts = true;
}
this.indexName = data.result[0].person_name;
this.indexUuid = data.result[0].patient_uuid;
this.indexUuid = this.params.patientUuid;
}
});
}
Expand Down

0 comments on commit 5dc9944

Please sign in to comment.