mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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
|
<InputTextAreaToggable
|
||||||
rows={1}
|
rows={1}
|
||||||
editable={!this.props.disabled}
|
editable={!this.props.disabled}
|
||||||
defaultValue={this.props.piece.extra_data.artist_bio}
|
|
||||||
placeholder={getLangText('Enter the artist\'s biography...')}
|
placeholder={getLangText('Enter the artist\'s biography...')}
|
||||||
required="required"/>
|
required="required"/>
|
||||||
</Property>
|
</Property>
|
||||||
@ -116,7 +115,6 @@ let CylandAdditionalDataForm = React.createClass({
|
|||||||
<InputTextAreaToggable
|
<InputTextAreaToggable
|
||||||
rows={1}
|
rows={1}
|
||||||
editable={!this.props.disabled}
|
editable={!this.props.disabled}
|
||||||
defaultValue={this.props.piece.extra_data.conceptual_overview}
|
|
||||||
placeholder={getLangText('Enter a conceptual overview...')}
|
placeholder={getLangText('Enter a conceptual overview...')}
|
||||||
required="required"/>
|
required="required"/>
|
||||||
</Property>
|
</Property>
|
||||||
|
Loading…
Reference in New Issue
Block a user