mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +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
|
onRequestHide: React.PropTypes.func
|
||||||
},
|
},
|
||||||
|
|
||||||
getFormData() {
|
|
||||||
return {
|
|
||||||
id: this.props.piece.id
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Form
|
<Form
|
||||||
|
Loading…
Reference in New Issue
Block a user