mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
fix acl and editions
This commit is contained in:
parent
08137cdb09
commit
7c546edc2b
@ -31,7 +31,6 @@ let InputDate = React.createClass({
|
||||
},
|
||||
|
||||
render: function () {
|
||||
console.log(this.state.value);
|
||||
return (
|
||||
<div className="form-group">
|
||||
<DatePicker
|
||||
|
@ -177,9 +177,9 @@ let RegisterPiece = React.createClass( {
|
||||
{...this.props}
|
||||
isFineUploaderEditable={this.state.isFineUploaderEditable}
|
||||
handleSuccess={this.handleSuccess}>
|
||||
{this.getSpecifyEditions()}
|
||||
{this.props.children}
|
||||
{this.getLicenses()}
|
||||
{this.getSpecifyEditions()}
|
||||
</RegisterPieceForm>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user