1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

Merge branch '8.0' into master

This commit is contained in:
lian
2021-12-10 14:36:16 +08:00
2 changed files with 4 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ class FileUploader extends React.Component {
msg = gettext('Failed to upload {file_name}.')
.replace('{file_name}', file.fileName);
}
toaster.danger(msg);
toaster.danger(msg, {'id': 'file-error-msg'});
this.error = true;
// reset upload link loaded