mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 06:07:41 +00:00
Fix Container prop types
This commit is contained in:
parent
481c178cd6
commit
1ed5ff96d8
@ -27,7 +27,7 @@ class Container extends React.Component { // eslint-disable-line react/prefer-st
|
|||||||
}
|
}
|
||||||
|
|
||||||
Container.propTypes = {
|
Container.propTypes = {
|
||||||
children: React.PropTypes.object,
|
children: React.PropTypes.array,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Container;
|
export default Container;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user