Skip to content

Commit e713488

Browse files
committed
wrong class name
1 parent add2b9a commit e713488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/cell-edit/click-to-edit-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const cellEditProp = {
2323
mode: 'click'
2424
};
2525

26-
export default class ClickToSelectTable extends React.Component {
26+
export default class ClickToEditTable extends React.Component {
2727
render() {
2828
return (
2929
<BootstrapTable data={ products } cellEdit={ cellEditProp }>

0 commit comments

Comments
 (0)