missing semicolon

This commit is contained in:
Joffrey JAFFEUX 2017-06-14 14:47:53 +02:00 committed by GitHub
parent f943efe1a9
commit df75df7169
1 changed files with 1 additions and 1 deletions

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 });