mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
fix group member search init style
This commit is contained in:
@@ -62,12 +62,12 @@ class SearchGroupMembers extends React.Component {
|
||||
isLoading: true
|
||||
});
|
||||
seafileAPI.searchGroupMember(this.props.groupID, q).then((res) => {
|
||||
this.isInit = false;
|
||||
this.setState({
|
||||
isLoading: false,
|
||||
groupMembers: res.data,
|
||||
errorMsg: ''
|
||||
});
|
||||
this.isInit = false;
|
||||
}).catch(error => {
|
||||
let errMessage = Utils.getErrorMsg(error);
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user