Skip to content

Commit

Permalink
Merge pull request #43 from PatrickWaweru/fixPostProcedurePayload
Browse files Browse the repository at this point in the history
Fixed the payload conditions section
  • Loading branch information
PatrickWaweru authored Apr 19, 2024
2 parents c46c129 + 1b0dd0b commit 81a313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/post-procedures/post-procedure-form.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const PostProcedureForm: React.FC<PostProcedureFormProps> = ({
groupMembers: [
{
concept: procedureComplicationConceptUuid,
value: p.concept.uuid,
valueCoded: p.concept.uuid,
},
],
concept: procedureComplicationGroupingConceptUuid,
Expand Down

0 comments on commit 81a313d

Please sign in to comment.