1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00

optimized function naming (#2824)

This commit is contained in:
杨顺强
2019-01-14 13:33:36 +08:00
committed by Daniel Pan
parent 2cdba5012a
commit 3d2e21eecd
10 changed files with 18 additions and 18 deletions

View File

@@ -182,7 +182,7 @@ class Member extends React.PureComponent {
isEditIconShow={true}
currentRole={this.props.item.role}
roles={this.roles}
onRoleChangedHandler={this.onChangeUserRole}
onRoleChanged={this.onChangeUserRole}
/>
}
</td>