mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
edition note
This commit is contained in:
parent
9cf060fdc4
commit
ff12048c10
@ -29,7 +29,7 @@ let EditionNoteForm = React.createClass({
|
||||
<InputTextAreaToggable
|
||||
ref="personalNote"
|
||||
className="form-control"
|
||||
defaultValue={this.props.editions[0].note_from_user}
|
||||
defaultValue={this.props.editions[0].public_note}
|
||||
rows={3}
|
||||
editable={this.props.editable}
|
||||
required=""
|
||||
|
@ -108,7 +108,7 @@ let Edition = React.createClass({
|
||||
edition={this.props.edition}/>
|
||||
</CollapsibleEditionDetails>
|
||||
<CollapsibleEditionDetails
|
||||
title="Further Details">
|
||||
title="Further Details (all editions)">
|
||||
<EditionFurtherDetails
|
||||
handleSuccess={this.props.loadEdition}
|
||||
edition={this.props.edition}/>
|
||||
|
Loading…
Reference in New Issue
Block a user