Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"label": "Study",
"initialValue": "",
"required": true,
"data": [],
"dropdownData": [],
"variable": "study_id"
},
{
Expand Down Expand Up @@ -85,8 +85,7 @@
"label": "Study Data Repository",
"initialValue": "",
"placeholder": "Select a data repository",
"required": true,
"data": [
"dropdownData": [
{ "value": "BioSystics-AP", "label": "BioSystics-AP" },
{
"value": "Database of Genotypes and Phenotypes (dbGaP)",
Expand Down Expand Up @@ -164,7 +163,6 @@
"type": "Tags",
"label": "Study Data ID from Repository: \nPress Enter to add a unique ID for a study within the repository",
"placeholder": "Enter the unique ID for the study within the repository",
"required": true,
"variable": "repository_study_ids"
}
],
Expand Down
Loading