diff --git a/components/transfer/list.jsx b/components/transfer/list.jsx index e22c0f8056..49e619ed84 100644 --- a/components/transfer/list.jsx +++ b/components/transfer/list.jsx @@ -24,7 +24,7 @@ class TransferList extends Component { }, 0); } - handleSelectALl() { + handleSelectAll() { this.props.handleSelectAll(); } @@ -57,7 +57,7 @@ class TransferList extends Component { return ( + onClick={(!props.disabled) && this.handleSelectAll.bind(this)}> {customEle} );