diff --git a/app/modules/components/attachment/attachment.controller.coffee b/app/modules/components/attachment/attachment.controller.coffee index 487f107e..fa489e46 100644 --- a/app/modules/components/attachment/attachment.controller.coffee +++ b/app/modules/components/attachment/attachment.controller.coffee @@ -43,8 +43,6 @@ class AttachmentController save: () -> attachment = @.attachment.set('loading', true) - @.onUpdate({attachment: attachment}) - attachment = @.attachment.merge({ editable: false, loading: false