1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

Fix missing PropType

This commit is contained in:
Brett Sun 2015-12-08 20:57:40 +01:00
parent e0b35e0a24
commit 511abc6a33

View File

@ -14,7 +14,7 @@ import { getLangText } from '../../utils/lang_utils';
const { func, bool, number, object, arrayOf } = React.PropTypes; const { func, bool, number, object, string, arrayOf } = React.PropTypes;
let FurtherDetailsFileuploader = React.createClass({ let FurtherDetailsFileuploader = React.createClass({
propTypes: { propTypes: {