bugfix in proptype

This commit is contained in:
Cássio Zen 2017-01-16 16:52:59 -02:00
parent 7b755d5839
commit 11f7c1e047

View File

@ -10,7 +10,7 @@ export default class ObjectControl extends Component {
onAddAsset: PropTypes.func.isRequired,
getAsset: PropTypes.func.isRequired,
value: PropTypes.node,
field: PropTypes.node,
field: PropTypes.object,
};
controlFor(field) {