Skip to content

Commit 23332f5

Browse files
authored
Update checkbox-editor.js
1 parent ef22dc4 commit 23332f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-bootstrap-table2-editor/src/checkbox-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CheckBoxEditor extends Component {
3131

3232
render() {
3333
const { defaultValue, didMount, className, ...rest } = this.props;
34-
const editorClass = cs('editor edit-chseckbox checkbox', className);
34+
const editorClass = cs('editor edit-checkbox checkbox', className);
3535
return (
3636
<input
3737
ref={ node => this.checkbox = node }

0 commit comments

Comments
 (0)