Skip to content

Commit

Permalink
fix missing options attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Feb 20, 2022
1 parent 62794fd commit ba9d652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/stanford/questionnaire/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
{
"type": "multiselect",
"options": [],
"id": "q_restriction",
"text": "Access to CovApp is restricted.",
"enableWhenExpression": {
Expand All @@ -45,6 +46,7 @@
{
"type": "multiselect",
"id": "q_restriction2",
"options": [],
"text": "Access to CovApp is restricted.",
"enableWhenExpression": {
"var": "q_intro.option.no"
Expand Down

0 comments on commit ba9d652

Please sign in to comment.