mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
optimize add view menu list (#7548)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -259,6 +259,7 @@ class ItemDropdownMenu extends React.Component {
|
||||
{menuItem.key === 'Display files' && this.props.isDisplayFiles && (
|
||||
<i className="dropdown-item-tick sf2-icon-tick"></i>
|
||||
)}
|
||||
{menuItem.icon_dom || null}
|
||||
{menuItem.value}
|
||||
</DropdownItem>
|
||||
);
|
||||
|
Reference in New Issue
Block a user