1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

fix system admin department link (#7484)

This commit is contained in:
Michael An
2025-02-19 11:49:16 +08:00
committed by GitHub
parent 9c992dbfc2
commit 367fa05a21
4 changed files with 31 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ import { siteRoot, gettext } from '../../../utils/constants';
const propTypes = {
email: PropTypes.string,
userName: PropTypes.string.isRequired,
userName: PropTypes.string,
currentItem: PropTypes.string.isRequired
};