chore: revert flag condition to false

This commit is contained in:
Shivam Mishra
2023-10-04 18:16:34 +05:30
parent a862ddfafe
commit ba1eaa169a
@@ -274,7 +274,8 @@ export default {
copy: this.hasText,
delete: this.hasText || this.hasAttachments,
cannedResponse: this.isOutgoing && this.hasText,
replyTo: !this.data.private && this.inboxSupportsReplyTo,
replyTo: false,
// replyTo: !this.data.private && this.inboxSupportsReplyTo,
};
},
contentAttributes() {