mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
bug fix loadPiece
This commit is contained in:
parent
3b27238adf
commit
0be6b7f118
@ -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
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user