1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +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

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