Skip to content

Commit

Permalink
(fix) Fix failing HIV enrollment form due to boolean concept (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Oct 21, 2023
1 parent 0d94e2c commit 4eb46f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/ampathforms/HIV_Enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
"rendering": "checkbox",
"answers": [
{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"concept": "true",
"label": "Yes"
}
]
Expand Down

0 comments on commit 4eb46f8

Please sign in to comment.