1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 20:08:19 +00:00

[department] folder permission

This commit is contained in:
llj
2019-05-15 14:04:29 +08:00
parent 080bd26998
commit 8f54bbf6ff
2 changed files with 22 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ import '../../css/sub-folder-permission.css';
const propTypes = {
repoID: PropTypes.string.isRequired,
repoName: PropTypes.string,
isDepartmentRepo: PropTypes.bool,
folderPath: PropTypes.string,
folderName: PropTypes.string,
toggleDialog: PropTypes.func.isRequired