mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
Fix PropType bool => string
This commit is contained in:
parent
94222c19d9
commit
dc41fef1ef
@ -49,7 +49,7 @@ DisplayedType.defaultProps = {
|
||||
|
||||
DisplayedType.propTypes = {
|
||||
type: PropTypes.string.isRequired,
|
||||
customField: PropTypes.bool,
|
||||
customField: PropTypes.string,
|
||||
repeatable: PropTypes.bool,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user