Skip to content

Commit

Permalink
bugfix in proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jan 16, 2017
1 parent 7b755d5 commit 11f7c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Widgets/ObjectControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 11f7c1e

Please sign in to comment.