1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Merge pull request #3491 from haiwen/folder-perm

[folder permission] modification for folder in department repo
This commit is contained in:
Daniel Pan
2019-05-17 17:14:02 +08:00
committed by GitHub

View File

@@ -640,6 +640,7 @@ class DirentListItem extends React.Component {
repoID={this.props.repoID}
folderPath={direntPath}
folderName={dirent.name}
isDepartmentRepo={this.props.isGroupOwnedRepo}
/>
</ModalPortal>
}