提交 3a269db6 编写于 作者: A afc163

Merge pull request #1269 from waywardmonkeys/typo-select-all

Typo fix: Incorrect capitalization.
......@@ -24,7 +24,7 @@ class TransferList extends Component {
}, 0);
}
handleSelectALl() {
handleSelectAll() {
this.props.handleSelectAll();
}
......@@ -57,7 +57,7 @@ class TransferList extends Component {
return (
<span ref="checkbox"
className={checkboxCls}
onClick={(!props.disabled) && this.handleSelectALl.bind(this)}>
onClick={(!props.disabled) && this.handleSelectAll.bind(this)}>
{customEle}
</span>
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册