mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
[fix bug] repo update toast (#3058)
This commit is contained in:
@@ -344,7 +344,7 @@ class LibContentView extends React.Component {
|
||||
userPerm: res.data.user_perm,
|
||||
isDirentListLoading: false,
|
||||
direntList: Utils.sortDirents(direntList, this.state.sortBy, this.state.sortOrder),
|
||||
dirID: res.headers.oid,
|
||||
dirID: res.data.dir_id,
|
||||
readmeMarkdown: markdownItem,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user