mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
improve list-group api (#2785)
This commit is contained in:
@@ -44,7 +44,7 @@ class MainSideNav extends React.Component {
|
||||
|
||||
loadGroups = () => {
|
||||
let _this = this;
|
||||
seafileAPI.listGroupsV2().then(res =>{
|
||||
seafileAPI.listGroups().then(res =>{
|
||||
let groupList = res.data.map(item => {
|
||||
let group = new Group(item);
|
||||
return group;
|
||||
|
Reference in New Issue
Block a user