mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
[system admin] search groups: use new api (#4262)
This commit is contained in:
@@ -33,7 +33,7 @@ class SearchGroups extends Component {
|
||||
seafileAPI.sysAdminSearchGroups(name).then((res) => {
|
||||
this.setState({
|
||||
loading: false,
|
||||
groupList: res.data.groups
|
||||
groupList: res.data.group_list
|
||||
});
|
||||
}).catch((error) => {
|
||||
if (error.response) {
|
||||
|
Reference in New Issue
Block a user