mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
fix FormNested proptypes
This commit is contained in:
parent
154b511a5c
commit
3c912215d3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ FormNestedArray.propTypes = {
|
|||
label: PropTypes.string,
|
||||
errors: PropTypes.array.isRequired,
|
||||
deletedValues: PropTypes.array.isRequired,
|
||||
formComponents: PropTypes.array.isRequired
|
||||
formComponents: PropTypes.object.isRequired
|
||||
};
|
||||
|
||||
module.exports = FormNestedArray;
|
||||
|
|
Loading…
Add table
Reference in a new issue