diff --git a/client/src/views/email/detail.js b/client/src/views/email/detail.js index b1cc513ace..62a03aa0dc 100644 --- a/client/src/views/email/detail.js +++ b/client/src/views/email/detail.js @@ -468,7 +468,7 @@ define('views/email/detail', ['views/detail', 'email-helper'], function (Dep, Em .postRequest('Email/action/getCopiedAttachments', { id: this.model.id, }) - .then(() => { + .then(data => { attributes['attachmentsIds'] = data.ids; attributes['attachmentsNames'] = data.names;