1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

fix change left forder node bug

This commit is contained in:
杨顺强
2025-02-17 17:36:34 +08:00
parent cdd059fdb9
commit 2e0fdf1049

View File

@@ -570,8 +570,7 @@ class LibContentView extends React.Component {
path,
isSessionExpired: false,
currentDirent: null,
});
}, () => {
if (this.state.currentRepoInfo.is_admin) {
if (this.foldersSharedOut) {
this.identifyFoldersSharedOut();
@@ -587,6 +586,8 @@ class LibContentView extends React.Component {
});
}
}
});
}).catch((err) => {
Utils.getErrorMsg(err, true);
if (err.response && err.response.status === 403) {