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

Commit 9ea5180

Browse files
authored
Merge pull request #466 from ozgor/patch-1
Fixed Unknown prop `dispatch` warning for Fieldset
2 parents ccebe42 + 54e80b7 commit 9ea5180

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)