Skip to content

Commit

Permalink
Update QuestionnaireForm
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish committed Dec 17, 2024
1 parent e23cff7 commit 04cb300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questionnaire/QuestionnaireForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export function QuestionnaireForm({
values: response.values.map((value) => ({
...(value.value_code
? { value_code: value.value_code }
: { value: String(value.value || "") }),
: { value: String(value.value) }),
})),
note: response.note,
body_site: response.body_site,
Expand Down

0 comments on commit 04cb300

Please sign in to comment.