Skip to content

Commit

Permalink
Update ProjectReview.js (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
saakhil authored Aug 25, 2022
1 parent 0079faf commit f8e7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/projectReview/ProjectReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ const ProjectReview = hh(class ProjectReview extends Component {
value: this.state.formData.projectExtraProps.isCoPublishing,
currentValue: this.state.current.projectExtraProps.isCoPublishing,
label: 'Will the Broad investigator be co-publishing or jointly analyzing data with the sample provider who has access to identifiable information about the original sample donor?',
moreInfo: '(no joint analysis, no co-publishing)',
// moreInfo: '(no joint analysis, no co-publishing)',
readOnly: true,
onChange: () => { }
})
Expand Down

0 comments on commit f8e7faa

Please sign in to comment.