1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

add share link file upload done api

This commit is contained in:
lian
2021-04-19 16:01:33 +08:00
parent 866e84e692
commit e9d1d56972
4 changed files with 150 additions and 5 deletions

View File

@@ -262,6 +262,7 @@ class SharedDirView extends React.Component {
let items = Array.from(this.state.items);
items.splice(folderItems.length, 0, newItem);
this.setState({items: items});
seafileAPI.shareLinksUploadDone(token, Utils.joinPath(dirPath, name));
}
render() {