mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
RelationInputDataManager: Update error prop-type
This commit is contained in:
parent
c712f5dd0d
commit
da2dfb62bd
@ -221,11 +221,7 @@ RelationInputDataManager.defaultProps = {
|
||||
RelationInputDataManager.propTypes = {
|
||||
componentId: PropTypes.number,
|
||||
editable: PropTypes.bool,
|
||||
error: PropTypes.shape({
|
||||
id: PropTypes.string.isRequired,
|
||||
defaultMessage: PropTypes.string.isRequired,
|
||||
values: PropTypes.object,
|
||||
}),
|
||||
error: PropTypes.string,
|
||||
description: PropTypes.string,
|
||||
intlLabel: PropTypes.shape({
|
||||
id: PropTypes.string.isRequired,
|
||||
|
Loading…
x
Reference in New Issue
Block a user