1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

add notification (#2353)

This commit is contained in:
C_Q
2018-09-10 18:24:49 +08:00
committed by Daniel Pan
parent 5222c49b29
commit dcf35018c1
5 changed files with 26 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ class MainSideNav extends React.Component {
loadGroups = () => {
let _this = this;
this.props.seafileAPI.getGroups().then(res =>{
this.props.seafileAPI.listGroups().then(res =>{
let data = res.data.groups;
this.groupsHeight = (data.length + 1) * _this.listHeight;
_this.setState({