1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

modify move dialog

This commit is contained in:
zxj96
2019-05-31 13:44:10 +08:00
parent 16537dbccf
commit ff916b71dd

View File

@@ -96,7 +96,8 @@ class MoveDirent extends React.Component {
}
moveItem = () => {
let { repo, repoID, selectedPath } = this.state;
let { repoID } = this.props;
let { repo, selectedPath } = this.state;
let direntPath = Utils.joinPath(this.props.path, this.props.dirent.name);
let message = gettext('Invalid destination path');