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