Skip to content

Commit 6c1bf81

Browse files
Fixing the appropriate / regression reverse issue on developmental milestone
1 parent 9fe073b commit 6c1bf81

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/forms/followup.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,22 +2764,18 @@
27642764
"questionOptions": {
27652765
"rendering": "select",
27662766
"concept": "1200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
2767-
27682767
"answers": [
27692768
{
2770-
"concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
2769+
"concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
27712770
"label": "Appropriate"
2772-
27732771
},
27742772
{
27752773
"concept": "6022AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
27762774
"label": "Delay"
2777-
27782775
},
27792776
{
2780-
"concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
2777+
"concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
27812778
"label": "Regression"
2782-
27832779
}
27842780
]
27852781
},

0 commit comments

Comments
 (0)