mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
delete details choice in menu (#3239)
This commit is contained in:
@@ -61,7 +61,6 @@ class MylibRepoMenu extends React.Component {
|
||||
if (folderPermEnabled) {
|
||||
operations.push('Folder Permission');
|
||||
}
|
||||
operations.push('Details');
|
||||
if (this.props.isPC && enableRepoSnapshotLabel) {
|
||||
operations.push('Label current state');
|
||||
}
|
||||
@@ -95,9 +94,6 @@ class MylibRepoMenu extends React.Component {
|
||||
case 'Folder Permission':
|
||||
translateResult = gettext('Folder Permission');
|
||||
break;
|
||||
case 'Details':
|
||||
translateResult = gettext('Details');
|
||||
break;
|
||||
case 'Label current state':
|
||||
translateResult = gettext('Label current state');
|
||||
break;
|
||||
|
Reference in New Issue
Block a user