mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 12:58:34 +00:00
Upload folder notification (#6013)
* upload folder user notification * update
This commit is contained in:
@@ -25,7 +25,8 @@ class SharedUploadLink extends React.Component {
|
||||
|
||||
onFileUploadSuccess = (direntObject) => {
|
||||
const { name } = direntObject;
|
||||
seafileAPI.shareLinksUploadDone(token, Utils.joinPath(path, name));
|
||||
const isDir = direntObject.type === 'dir';
|
||||
seafileAPI.shareLinksUploadDone(token, Utils.joinPath(path, name), isDir);
|
||||
};
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user