feat: toggle reply to on widget based on feature flag (#8261)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Shivam Mishra
2023-10-31 21:33:14 +05:30
committed by GitHub
parent 29f18c7f18
commit b6584ec68b
7 changed files with 25 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ export default {
},
computed: {
replyToAttachment() {
if (!this.replyTo?.attachments.length) {
if (!this.replyTo?.attachments?.length) {
return '';
}