Skip to content

Commit dfede2f

Browse files
Merge pull request #2231 from incirco/reply_all_fix
fix: fetch correct recipient emails when using reply all in ticket
2 parents 32d7bc7 + e36a828 commit dfede2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: desk/src/components/EmailArea.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@click="
4747
emit('reply', {
4848
content: content,
49-
to: to ?? sender.name,
49+
to: sender?.name ?? to,
5050
cc: cc,
5151
bcc: bcc,
5252
})

0 commit comments

Comments
 (0)