1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +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:
Brett Sun 2016-01-22 00:03:49 +01:00
parent 9f0a071473
commit 64c02d4d65

View File

@ -20,7 +20,6 @@ let PieceExtraDataForm = React.createClass({
editable: React.PropTypes.bool,
extraData: React.PropTypes.object,
handleSuccess: React.PropTypes.func,
name: React.PropTypes.string,
title: React.PropTypes.string
},