mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
make prettier happy
This commit is contained in:
parent
67bc972d74
commit
ea0498ae93
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default Ember.Component.extend({
|
|||
});
|
||||
|
||||
$upload.on("fileuploadfail", (e, response) => {
|
||||
let message = I18n.t("wizard.upload_error")
|
||||
let message = I18n.t("wizard.upload_error");
|
||||
if (response.jqXHR.responseJSON && response.jqXHR.responseJSON.errors) {
|
||||
message = response.jqXHR.responseJSON.errors.join("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue