mirror of
https://github.com/strapi/strapi.git
synced 2025-11-28 08:03:14 +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,
|
||||
}).isRequired,
|
||||
permissions: PropTypes.array,
|
||||
Component: PropTypes.node,
|
||||
Component: PropTypes.func,
|
||||
})
|
||||
).isRequired,
|
||||
plugins: PropTypes.object.isRequired,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user