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

Sync apply folder ex props (#5666)

* init sync apply folder ex-props

* clear worker-map

* opt apply and remove useless code

* use new sync-apply-folder-ex-props api

* opt try exception
This commit is contained in:
Alex Happy
2023-10-07 14:55:16 +08:00
committed by GitHub
parent ce43942cdd
commit 1976ebd0c6
6 changed files with 270 additions and 144 deletions

View File

@@ -1254,7 +1254,7 @@ class LibContentView extends React.Component {
this.addDirent(newFileName, 'file', res.data.size);
this.setState({isConvertLoading: false});
let message = gettext('Successfully converted file.')
let message = gettext('Successfully converted file.');
toaster.success(message);
}).catch((error) => {