mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 02:28:30 +00:00
Fix StrapiAppProvider propTypes
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
be8ecc21ab
commit
75b99d943d
@ -46,7 +46,7 @@ StrapiAppProvider.propTypes = {
|
|||||||
defaultMessage: PropTypes.string.isRequired,
|
defaultMessage: PropTypes.string.isRequired,
|
||||||
}).isRequired,
|
}).isRequired,
|
||||||
permissions: PropTypes.array,
|
permissions: PropTypes.array,
|
||||||
Component: PropTypes.node,
|
Component: PropTypes.func,
|
||||||
})
|
})
|
||||||
).isRequired,
|
).isRequired,
|
||||||
plugins: PropTypes.object.isRequired,
|
plugins: PropTypes.object.isRequired,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user