Skip to content

Commit

Permalink
Fix Issues with AllergyQuestion
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Jan 2, 2025
1 parent bd5d914 commit 53e37a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export function AllergyQuestion({
value={allergies}
onChange={(value) => {
if (value) {
setAllergies(value);
updateQuestionnaireResponseCB({
...questionnaireResponse,
values: [
Expand Down

0 comments on commit 53e37a9

Please sign in to comment.