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:
@@ -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}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user