mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
repair access log -bug
This commit is contained in:
@@ -109,7 +109,7 @@ class MutipleDirOperationToolbar extends React.Component {
|
||||
return menu !== RELATED_FILES;
|
||||
});
|
||||
}
|
||||
if (!fileAuditEnabled) {
|
||||
if (!isPro || !fileAuditEnabled) {
|
||||
menuList = menuList.filter(menu => {
|
||||
return menu !== ACCESS_LOG;
|
||||
});
|
||||
|
Reference in New Issue
Block a user