mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
reset cyland additional data form
This commit is contained in:
parent
15bcd4ba14
commit
2d10887e1b
@ -105,7 +105,6 @@ let CylandAdditionalDataForm = React.createClass({
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
editable={!this.props.disabled}
|
||||
defaultValue={this.props.piece.extra_data.artist_bio}
|
||||
placeholder={getLangText('Enter the artist\'s biography...')}
|
||||
required="required"/>
|
||||
</Property>
|
||||
@ -116,7 +115,6 @@ let CylandAdditionalDataForm = React.createClass({
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
editable={!this.props.disabled}
|
||||
defaultValue={this.props.piece.extra_data.conceptual_overview}
|
||||
placeholder={getLangText('Enter a conceptual overview...')}
|
||||
required="required"/>
|
||||
</Property>
|
||||
|
Loading…
Reference in New Issue
Block a user