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