mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Remove duplicate 'name' propType in PieceExtraDataForm
You would not believe how much pain this has caused me with PhantomJS...
This commit is contained in:
parent
9f0a071473
commit
64c02d4d65
@ -20,7 +20,6 @@ let PieceExtraDataForm = React.createClass({
|
|||||||
editable: React.PropTypes.bool,
|
editable: React.PropTypes.bool,
|
||||||
extraData: React.PropTypes.object,
|
extraData: React.PropTypes.object,
|
||||||
handleSuccess: React.PropTypes.func,
|
handleSuccess: React.PropTypes.func,
|
||||||
name: React.PropTypes.string,
|
|
||||||
title: React.PropTypes.string
|
title: React.PropTypes.string
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user