missing semicolon
This commit is contained in:
parent
f943efe1a9
commit
df75df7169
|
@ -243,7 +243,7 @@ export default Ember.Component.extend({
|
||||||
const opts = {
|
const opts = {
|
||||||
isPrivateMessage,
|
isPrivateMessage,
|
||||||
allowStaffToUploadAnyFileInPm: this.siteSettings.allow_staff_to_upload_any_file_in_pm,
|
allowStaffToUploadAnyFileInPm: this.siteSettings.allow_staff_to_upload_any_file_in_pm,
|
||||||
}
|
};
|
||||||
const isUploading = validateUploadedFiles(data.files, opts);
|
const isUploading = validateUploadedFiles(data.files, opts);
|
||||||
data.formData = { type: "composer", for_private_message: isPrivateMessage };
|
data.formData = { type: "composer", for_private_message: isPrivateMessage };
|
||||||
this.setProperties({ uploadProgress: 0, isUploading });
|
this.setProperties({ uploadProgress: 0, isUploading });
|
||||||
|
|
Loading…
Reference in New Issue