1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

fix acl and editions

This commit is contained in:
diminator 2015-07-15 17:33:38 +02:00
parent 08137cdb09
commit 7c546edc2b
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ let InputDate = React.createClass({
},
render: function () {
console.log(this.state.value);
return (
<div className="form-group">
<DatePicker

View File

@ -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>