Merge pull request #4927 from jjaffeux/patch-1

missing semicolon
This commit is contained in:
Régis Hanol 2017-06-14 14:55:04 +02:00 committed by GitHub
commit bc52c7c9ae

View File

@ -243,7 +243,7 @@ export default Ember.Component.extend({
const opts = {
isPrivateMessage,
allowStaffToUploadAnyFileInPm: this.siteSettings.allow_staff_to_upload_any_file_in_pm,
}
};
const isUploading = validateUploadedFiles(data.files, opts);
data.formData = { type: "composer", for_private_message: isPrivateMessage };
this.setProperties({ uploadProgress: 0, isUploading });