mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
hide audit (#5740)
This commit is contained in:
@@ -75,7 +75,9 @@ const Team = () => {
|
||||
{ label: t('account_team:org'), value: TeamTabEnum.org },
|
||||
{ label: t('account_team:group'), value: TeamTabEnum.group },
|
||||
{ label: t('account_team:permission'), value: TeamTabEnum.permission },
|
||||
{ label: t('account_team:audit_log'), value: TeamTabEnum.audit }
|
||||
...(userInfo?.team.permission.hasManagePer
|
||||
? [{ label: t('account_team:audit_log'), value: TeamTabEnum.audit }]
|
||||
: [])
|
||||
]}
|
||||
px={'1rem'}
|
||||
value={teamTab}
|
||||
|
Reference in New Issue
Block a user