1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2024-09-03 15:31:59 +08:00
committed by GitHub
parent 42b0bad4a3
commit 5ce112881f
13 changed files with 5 additions and 858 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Dropdown, DropdownMenu, DropdownToggle, DropdownItem } from 'reactstrap';
import { gettext, isPro, folderPermEnabled, enableRepoSnapshotLabel, enableResetEncryptedRepoPassword, isEmailConfigured, enableRepoAutoDel, enableSeaTableIntegration } from '../../utils/constants';
import { gettext, isPro, folderPermEnabled, enableRepoSnapshotLabel, enableResetEncryptedRepoPassword, isEmailConfigured, enableRepoAutoDel } from '../../utils/constants';
import { Utils } from '../../utils/utils';
const propTypes = {
@@ -123,9 +123,6 @@ class MylibRepoMenu extends React.Component {
if (enableRepoAutoDel) {
operations.push('Old Files Auto Delete');
}
if (enableSeaTableIntegration) {
operations.push('SeaTable integration');
}
return operations;
};