1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

improve class naming

This commit is contained in:
shanshuirenjia
2019-04-22 15:15:51 +08:00
parent 8b05873b37
commit c4165798c4
4 changed files with 10 additions and 10 deletions

View File

@@ -255,7 +255,7 @@ class TreeNodeView extends React.Component {
{((this.props.repoPermission || permission) && this.state.isShowOperationMenu) && (
<ItemDropdownMenu
item={this.props.node}
menuClass={'fas fa-ellipsis-v'}
toggleClass={'fas fa-ellipsis-v'}
getMenuList={this.caculateMenuList}
onMenuItemClick={this.onMenuItemClick}
freezeItem={this.props.freezeItem}