1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-07-04 18:30:31 +08:00
96 changed files with 4464 additions and 4080 deletions

View File

@@ -128,6 +128,8 @@ class GenerateShareLink extends React.Component {
seafileAPI.createShareLink(repoID, itemPath, password, expireDays, permissions).then((res) => {
let sharedLinkInfo = new SharedLinkInfo(res.data);
this.setState({sharedLinkInfo: sharedLinkInfo});
}).catch((error) => {
toaster.danger(error.response.data.error_msg);
});
}
}