File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
=== master
2
2
3
+ === 1.0.1
4
+
3
5
Fix example code in README, add CHANGELOG
4
6
5
7
=== 1.0.0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default class MyDialogForm extends DialogForm {
77
77
// You don't need to overload it if 2 buttons is what your DialogForm needs to have.
78
78
getActions () {
79
79
return [
80
- < FlatButton label= {closeLabel} onTouchTap= {onRequestClose} / > ,
80
+ < FlatButton label= {closeLabel} onTouchTap= {this . props . onRequestClose } / > ,
81
81
< FlatButton label= {saveLabel} primary onTouchTap= {() => this .save ()} / >
82
82
];
83
83
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-material-ui" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " material-ui input bindings for react-form-base" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments