Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 33f3fff

Browse files
committed
Merge branch 'master' of github.com:davidkpiano/react-redux-form
2 parents 0ecc04b + 9ea5180 commit 33f3fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fieldset-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Fieldset.childContextTypes = {
2626
Fieldset.propTypes = {
2727
model: PropTypes.string.isRequired,
2828
component: PropTypes.any,
29+
dispatch: PropTypes.func,
2930
};
3031

3132
Fieldset.defaultProps = {

0 commit comments

Comments
 (0)