mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
improve tree loading for Wiki mode (#2842)
This commit is contained in:
@@ -44,7 +44,8 @@ class MoveDirent extends React.Component {
|
||||
}
|
||||
|
||||
moveItems = () => {
|
||||
let { repo, repoID, selectedPath } = this.state;
|
||||
let { repoID } = this.props;
|
||||
let { repo, selectedPath } = this.state;
|
||||
let message = gettext('Invalid destination path');
|
||||
|
||||
if (!repo || selectedPath === '') {
|
||||
|
Reference in New Issue
Block a user