1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[long name] fixup for UIs with long library/folder/file names (#5971)

* [long name] fixup for UIs with long library/folder/file names

* fixed code indentation
This commit is contained in:
llj
2024-03-07 15:37:09 +08:00
committed by GitHub
parent 9281a14634
commit 046aa47022
24 changed files with 112 additions and 84 deletions

View File

@@ -90,7 +90,7 @@ const propTypes = {
repoID: PropTypes.string.isRequired,
isDepartmentRepo: PropTypes.bool,
folderPath: PropTypes.string.isRequired,
repoName: PropTypes.string.isRequired,
repoName: PropTypes.string,
};