Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Me committed Oct 10, 2015
1 parent caf98e0 commit 745de36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ it does correctly affect `canSubmit` state however, so use that to disable the s
## Release History

* 0.1.0 Initial release
* 0.1.1 Fix exports

## Acknowledgements
Based on an example from: https://github.com/rblakeley/pro-camper/blob/master/app/components/Form.js
Expand Down
1 change: 1 addition & 0 deletions formsy-material-ui.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = {
FormsyCheckbox: FormsyCheckbox,
FormsyDate: FormsyDate,
FormsyRadio: FormsyRadio,
FormsyRadioGroup: FormsyRadioGroup,
FormsySelect: FormsySelect,
FormsyText: FormsyText,
FormsyTime: FormsyTime,
Expand Down

0 comments on commit 745de36

Please sign in to comment.