1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00
This commit is contained in:
lian
2021-10-14 14:58:27 +08:00
parent 23dc12f6b0
commit 63697c5793

View File

@@ -100,7 +100,6 @@ class ManageMembersDialog extends React.Component {
}
searchGroupMember = () => {
seafileAPI.searchGroupMember(this.props.groupID, this.state.searchGroupMemberInputValue).then((res) => {
this.setState({
groupMembers: res.data,