Skip to content

Commit 1b9a0d9

Browse files
authored
Update README.md
1 parent 734c92e commit 1b9a0d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ static propTypes = {
7676
submittingClassName: PropTypes.string,
7777
styles: PropTypes.object,
7878
iconStyles: PropTypes.object,
79+
// start Passed in from the redux-form redux state
7980
submitting: PropTypes.bool.isRequired,
8081
submitFailed: PropTypes.bool.isRequired,
8182
submitSucceeded: PropTypes.bool.isRequired,
8283
invalid: PropTypes.bool.isRequired,
8384
pristine: PropTypes.bool.isRequired,
85+
// end
8486
labelSubmitting: PropTypes.string,
8587
labelSubmit: PropTypes.string,
8688
labelUpdate: PropTypes.string,

0 commit comments

Comments
 (0)