1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +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

@@ -45,7 +45,7 @@ class UserItem extends React.Component {
isEditIconShow={this.state.isOperationShow}
currentPermission={currentPermission}
permissions={this.props.permissions}
onPermissionChangedHandler={this.onChangeUserPermission}
onPermissionChanged={this.onChangeUserPermission}
/>
</td>
<td>
@@ -297,7 +297,7 @@ class ShareToUser extends React.Component {
isEditIconShow={false}
currentPermission={this.state.permission}
permissions={this.permissions}
onPermissionChangedHandler={this.setPermission}
onPermissionChanged={this.setPermission}
/>
</td>
<td>