1
0
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:
杨顺强
2018-11-29 17:55:14 +08:00
committed by Daniel Pan
parent 4f38e393d5
commit c00d4f30bd
23 changed files with 773 additions and 107 deletions

View File

@@ -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();
}