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

[fix bug] repo update toast (#3058)

This commit is contained in:
王健辉
2019-03-06 14:59:24 +08:00
committed by Daniel Pan
parent 0392d5cff7
commit 8a641ba298
3 changed files with 3 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ class Wiki extends Component {
userPerm: res.data.user_perm,
direntList: Utils.sortDirents(direntList, this.state.sortBy, this.state.sortOrder),
isDirentListLoading: false,
dirID: res.headers.oid,
dirID: res.data.dir_id,
});
if (!this.state.repoEncrypted && direntList.length) {