Skip to content

Commit

Permalink
Update test_variants_question schema question to make Number type man…
Browse files Browse the repository at this point in the history
…datory (#1241)
  • Loading branch information
liamtoozer authored Nov 1, 2023
1 parent 5efaba3 commit e192597
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions schemas/test/en/test_variants_question.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"answers": [
{
"id": "age-answer",
"mandatory": false,
"mandatory": true,
"type": "Number",
"label": "Age"
}
Expand Down Expand Up @@ -443,18 +443,6 @@
}
],
"routing_rules": [
{
"block": "age-block",
"when": {
"==": [
{
"source": "answers",
"identifier": "age-confirm-answer"
},
"No"
]
}
},
{
"section": "End"
}
Expand Down

0 comments on commit e192597

Please sign in to comment.