src/templates/zshare/basetransferform/index.jsx
@@ -6,7 +6,8 @@ class TransferForm extends Component { static propTypes = { menulist: PropTypes.array menulist: PropTypes.array, onChange: PropTypes.func } state = { @@ -16,6 +17,7 @@ handleChange = (nextTargetKeys, direction, moveKeys) => { this.setState({ targetKeys: nextTargetKeys }) this.props.onChange(nextTargetKeys) } handleSelectChange = (sourceSelectedKeys, targetSelectedKeys) => {