Add attachment button for email conversation (#2927)
This commit is contained in:
parent
5319af3dfc
commit
6563cccf34
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ export default {
|
||||||
this.isAWebWidgetInbox ||
|
this.isAWebWidgetInbox ||
|
||||||
this.isAFacebookInbox ||
|
this.isAFacebookInbox ||
|
||||||
this.isATwilioWhatsappChannel ||
|
this.isATwilioWhatsappChannel ||
|
||||||
this.isAPIInbox
|
this.isAPIInbox ||
|
||||||
|
this.isAnEmailChannel
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
replyButtonLabel() {
|
replyButtonLabel() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue