mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
modify some style
This commit is contained in:
@@ -461,7 +461,7 @@ class DirentListView extends React.Component {
|
||||
contextmenuList = this.props.showShareBtn ? [SHARE, DOWNLOAD, DELETE, 'Divider'] : [DOWNLOAD, DELETE, 'Divider'];
|
||||
|
||||
if (dirent.type === 'file') {
|
||||
contextmenuList = canGenerateShareLink ? [SHARE, DOWNLOAD, DELETE, 'Divider'] : [DOWNLOAD, DELETE, 'Divider']
|
||||
contextmenuList = canGenerateShareLink ? [SHARE, DOWNLOAD, DELETE, 'Divider'] : [DOWNLOAD, DELETE, 'Divider'];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user