Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Feb 12, 2020
1 parent 8d0fcb1 commit 543d8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/demo/dark.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class App extends React.Component {
})
}

handleTransferChange = (nextTargetKeys, direction, moveKeys) => {
handleTransferChange = (nextTargetKeys) => {
this.setState({ targetKeys: nextTargetKeys });
};

Expand Down

0 comments on commit 543d8ca

Please sign in to comment.