Skip to content

Commit

Permalink
fix: added missing prop to ResearchPlanDetailsName call
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Herrmann committed Sep 26, 2024
1 parent 6efcb38 commit fda698c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ export default class ResearchPlanDetails extends Component {
disabled={researchPlan.isMethodDisabled('name')}
onChange={this.handleNameChange}
edit={edit}
onCopyToMetadata={this.handleCopyToMetadata.bind(this)}
/>
</div>
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'flex-end' }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default class EmbeddedResearchPlanDetails extends Component {
disabled={researchPlan.isMethodDisabled('name')}
onChange={this.handleNameChange}
edit={edit}
onCopyToMetadata={this.handleCopyToMetadata.bind(this)}
/>
<ResearchPlanDetailsBody
body={body}
Expand Down

0 comments on commit fda698c

Please sign in to comment.