1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 22:01:06 +00:00

fix translation and style (#6604)

This commit is contained in:
Michael An
2024-08-21 16:32:41 +08:00
committed by GitHub
parent 4fad780a86
commit 539daf8c3d
82 changed files with 2014 additions and 700 deletions

View File

@@ -113,7 +113,7 @@ const propTypes = {
itemPath: PropTypes.string.isRequired,
itemType: PropTypes.string.isRequired,
repoID: PropTypes.string.isRequired,
repoType: PropTypes.string.isRequired,
repoType: PropTypes.string,
isRepoOwner: PropTypes.bool.isRequired,
onAddCustomPermissionToggle: PropTypes.func,
};