mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
ML: Fix header prop-types
This commit is contained in:
parent
a228ad66bc
commit
1a91b52e7c
@ -17,7 +17,7 @@ const ParentFolderDefinition = PropTypes.shape({
|
||||
createdAt: PropTypes.string.isRequired,
|
||||
name: PropTypes.string.isRequired,
|
||||
updatedAt: PropTypes.string.isRequired,
|
||||
pathId: PropTypes.number.isRequired,
|
||||
pathId: PropTypes.string.isRequired,
|
||||
path: PropTypes.string.isRequired,
|
||||
});
|
||||
|
||||
@ -37,7 +37,7 @@ export const FolderDefinition = PropTypes.shape({
|
||||
parent: PropTypes.oneOfType([ParentFolderDefinition, PropTypes.number]),
|
||||
updatedAt: PropTypes.string.isRequired,
|
||||
updatedBy: PropTypes.shape(),
|
||||
pathId: PropTypes.number.isRequired,
|
||||
pathId: PropTypes.string.isRequired,
|
||||
path: PropTypes.string.isRequired,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user