mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
update
This commit is contained in:
@@ -100,7 +100,6 @@ class ManageMembersDialog extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
searchGroupMember = () => {
|
searchGroupMember = () => {
|
||||||
|
|
||||||
seafileAPI.searchGroupMember(this.props.groupID, this.state.searchGroupMemberInputValue).then((res) => {
|
seafileAPI.searchGroupMember(this.props.groupID, this.state.searchGroupMemberInputValue).then((res) => {
|
||||||
this.setState({
|
this.setState({
|
||||||
groupMembers: res.data,
|
groupMembers: res.data,
|
||||||
|
Reference in New Issue
Block a user