mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
View repo content in list mode (#2579)
This commit is contained in:
@@ -124,7 +124,7 @@ class MoveDirent extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
this.props.onItemMove(repo, direntPath, selectedPath);
|
||||
this.props.onItemMove(repo, this.props.dirent, selectedPath);
|
||||
this.toggle();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user