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

file chooser bug repair (#2963)

This commit is contained in:
杨顺强
2019-02-19 16:52:54 +08:00
committed by Daniel Pan
parent 89b23ed3fe
commit a9d01546e7
3 changed files with 21 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ class RepoListItem extends React.Component {
repo={this.props.repo}
isShowChildren={this.state.isShowChildren}
onDirentItemClick={this.onDirentItemClick}
selectedRepo={this.props.selectedRepo}
selectedPath={this.props.selectedPath}
isShowFile={this.props.isShowFile}
/>