diff --git a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json index ac961539..1c6710e7 100644 --- a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json +++ b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json @@ -54,7 +54,7 @@ "label": "Study", "initialValue": "", "required": true, - "data": [], + "dropdownData": [], "variable": "study_id" }, { @@ -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)", @@ -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" } ],