mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Add CSAT response submit action (#2506)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user