Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Apr 3, 2022
1 parent f37fd5e commit 5c47b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/views/email/detail.js
Expand Up @@ -466,8 +466,8 @@ define('views/email/detail', ['views/detail', 'email-helper'], function (Dep, Em

var attributes = emailHelper.getForwardAttributes(model, data, cc);

attributes.attachmentsIds = data.attachmentsIds;
attributes.attachmentsNames = data.attachmentsNames;
attributes.attachmentsIds = duplicateAttributes.attachmentsIds;
attributes.attachmentsNames = duplicateAttributes.attachmentsNames;

this.notify('Loading...');

Expand Down

0 comments on commit 5c47b6c

Please sign in to comment.