feat: Add CSAT response submit action (#2506)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Muhsin Keloth
2021-06-25 12:00:49 +05:30
committed by GitHub
parent 2f9637bde5
commit dbddb1ece4
6 changed files with 103 additions and 29 deletions

View File

@@ -143,7 +143,7 @@ export default {
return (
this.messageContentAttributes.submitted_email ||
(this.messageContentAttributes.submitted_values &&
this.contentType !== 'form')
!['form', 'input_csat'].includes(this.contentType))
);
},
responseMessage() {