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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user