File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ const Routes = (props) => (
92
92
< AuthenticatedRoute path = "/dataset_registration/:datasetId" component = { DatasetRegistration } props = { props } rolesAllowed = { [ USER_ROLES . admin , USER_ROLES . chairperson ] } />
93
93
< AuthenticatedRoute path = "/dataset_update/:datasetId" component = { DatasetUpdateForm } props = { props } rolesAllowed = { [ USER_ROLES . admin , USER_ROLES . chairperson ] } />
94
94
< AuthenticatedRoute path = "/dataset_registration" component = { DatasetRegistration } props = { props } rolesAllowed = { [ USER_ROLES . admin , USER_ROLES . chairperson ] } />
95
- < AuthenticatedRoute path = "/data_submission_form" component = { DataSubmissionForm } props = { props } rolesAllowed = { [ [ USER_ROLES . admin , USER_ROLES . chairperson , USER_ROLES . dataSubmitter ] ] } />
95
+ < AuthenticatedRoute path = "/data_submission_form" component = { DataSubmissionForm } props = { props } rolesAllowed = { [ USER_ROLES . admin , USER_ROLES . chairperson , USER_ROLES . dataSubmitter ] } />
96
96
< AuthenticatedRoute path = "/study_update/:studyId" component = { StudyUpdateForm } props = { props } rolesAllowed = { [ USER_ROLES . admin , USER_ROLES . chairperson , USER_ROLES . dataSubmitter ] } />
97
97
< AuthenticatedRoute path = "/admin_manage_lc/" component = { AdminManageLC } props = { props } rolesAllowed = { [ USER_ROLES . admin ] } />
98
98
< AuthenticatedRoute path = "/admin_manage_dar_collections/" component = { AdminManageDarCollections } props = { props } rolesAllowed = { [ USER_ROLES . admin ] } />
You can’t perform that action at this time.
0 commit comments