mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
remove id from submission
This commit is contained in:
parent
ebfd4339ab
commit
0351b6fce4
@ -25,12 +25,6 @@ let PieceSubmitToPrizeForm = React.createClass({
|
||||
onRequestHide: React.PropTypes.func
|
||||
},
|
||||
|
||||
getFormData() {
|
||||
return {
|
||||
id: this.props.piece.id
|
||||
};
|
||||
},
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Form
|
||||
|
Loading…
Reference in New Issue
Block a user