Skip to content

Commit f90c05a

Browse files
authored
Merge pull request #390 from #383-Deposition-UI-Wizard--GWAS-PGS-Unified-Portal-
fix step
2 parents 5e08585 + 0143d7d commit f90c05a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ProjectForm/Questions/questions.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@
152152
},
153153
{
154154
"label": "No",
155-
"next": { "type": "alert", "message": "Please make a GWAS-only submission first" }
155+
"next": { "type": "jump", "message": "Please make a GWAS-only submission first",
156+
"jumpTo": 0,
157+
"selectedOnJump": "I want to submit only GWAS data"
158+
}
156159
}
157160
]
158161
},
@@ -167,8 +170,7 @@
167170
},
168171
{
169172
"label": "No",
170-
"next": { "type": "jump", "message": "Please find your GCSTs in the GWAS Catalog","jumpTo": 0,
171-
"selectedOnJump": "I want to submit only GWAS data" }
173+
"next": { "type": "alert", "message": "Please find your GCSTs in the GWAS Catalog" }
172174
}
173175
]
174176
},

0 commit comments

Comments
 (0)