File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const factory = (Checkbox) => {
9
9
index : PropTypes . number ,
10
10
model : PropTypes . object ,
11
11
onChange : PropTypes . func ,
12
- onRowClick : PropTypes . onRowChange ,
12
+ onRowClick : PropTypes . func ,
13
13
onSelect : PropTypes . func ,
14
14
selectable : PropTypes . bool ,
15
15
selected : PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ var factory = function factory(Checkbox) {
153
153
index : _react . PropTypes . number ,
154
154
model : _react . PropTypes . object ,
155
155
onChange : _react . PropTypes . func ,
156
- onRowClick : _react . PropTypes . onRowChange ,
156
+ onRowClick : _react . PropTypes . func ,
157
157
onSelect : _react . PropTypes . func ,
158
158
selectable : _react . PropTypes . bool ,
159
159
selected : _react . PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments