mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 11:32:13 +00:00
RelationInputDataManager: Fix prop-types
This commit is contained in:
parent
ea0d0c1558
commit
01accc69b1
@ -215,6 +215,7 @@ export const RelationInputDataManager = ({
|
||||
|
||||
RelationInputDataManager.defaultProps = {
|
||||
componentId: undefined,
|
||||
componentUid: undefined,
|
||||
editable: true,
|
||||
error: undefined,
|
||||
description: '',
|
||||
@ -226,6 +227,7 @@ RelationInputDataManager.defaultProps = {
|
||||
|
||||
RelationInputDataManager.propTypes = {
|
||||
componentId: PropTypes.number,
|
||||
componentUid: PropTypes.string,
|
||||
editable: PropTypes.bool,
|
||||
error: PropTypes.string,
|
||||
description: PropTypes.string,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user