1
0
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:
Aries
2025-03-04 12:47:40 +08:00
committed by GitHub
parent cc0d3a281c
commit 1230dda8bd
3 changed files with 13 additions and 6 deletions

View File

@@ -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>
);