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

[folder permission] modification for folder in department repo

This commit is contained in:
llj
2019-05-17 15:53:59 +08:00
parent 375e6bcb3c
commit 553fe1001f

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>
}