1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

repair invalid bug

This commit is contained in:
shanshuirenjia
2018-12-14 15:09:07 +08:00
parent 8c49e44c89
commit ad6faba6bc
3 changed files with 134 additions and 96 deletions

View File

@@ -477,9 +477,9 @@ class DirentListItem extends React.Component {
{this.state.isShareDialogShow &&
<ModalPortal>
<ShareDialog
isDir={dirent.isDir()}
itemPath={direntPath}
itemType={dirent.type}
itemName={dirent.name}
itemPath={direntPath}
repoID={this.props.repoID}
toggleDialog={this.onItemShare}
/>