bugfix in proptype
This commit is contained in:
parent
7b755d5839
commit
11f7c1e047
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user