mirror of
https://github.com/strapi/strapi.git
synced 2025-10-13 09:03:25 +00:00
Fixes #2882
This commit is contained in:
parent
7a4ea92199
commit
07fbfecc87
@ -222,7 +222,11 @@ InputJSONWithErrors.propTypes = {
|
|||||||
style: PropTypes.object,
|
style: PropTypes.object,
|
||||||
tabIndex: PropTypes.string,
|
tabIndex: PropTypes.string,
|
||||||
validations: PropTypes.object,
|
validations: PropTypes.object,
|
||||||
value: PropTypes.object,
|
value: PropTypes.oneOfType([
|
||||||
|
PropTypes.array,
|
||||||
|
PropTypes.object,
|
||||||
|
PropTypes.bool,
|
||||||
|
]),
|
||||||
};
|
};
|
||||||
|
|
||||||
export default InputJSONWithErrors;
|
export default InputJSONWithErrors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user