FIX: Upload placeholder was missing line break (#13917)

This commit is contained in:
Rafael dos Santos Silva 2021-08-02 16:33:51 -03:00 committed by GitHub
parent e7b8e75583
commit e92163367d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -811,7 +811,7 @@ export default Component.extend({
"composer:replace-text",
`[${I18n.t("processing_filename", {
filename: this.uploadProcessingFilename,
})}]()\n`,
})}]()`,
this.uploadPlaceholder.trim()
);
this.uploadProcessingFilename = null;