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

bug fix loadPiece

This commit is contained in:
diminator 2015-08-24 11:01:42 +02:00
parent 3b27238adf
commit 0be6b7f118
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@ let FurtherDetailsFileuploader = React.createClass({
},
render() {
console.log(this.props)
// Essentially there a three cases important to the fileuploader
//
// 1. there is no other_data => do not show the fileuploader at all

View File

@ -160,7 +160,7 @@ let PieceContainer = React.createClass({
pieceOrEditions={ this.state.piece }
requestAction={this.state.piece.request_action}
requestUser={this.state.piece.user_registered}
handleSuccess={this.showNotification}/>);
handleSuccess={this.loadPiece}/>);
}
else {
return (