mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
feat: Add CSAT response submit action (#2506)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -17,26 +17,26 @@ export const CSAT_RATINGS = [
|
||||
{
|
||||
key: 'disappointed',
|
||||
emoji: '😞',
|
||||
value: 0,
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
key: 'expressionless',
|
||||
emoji: '😑',
|
||||
value: 1,
|
||||
value: 2,
|
||||
},
|
||||
{
|
||||
key: 'neutral',
|
||||
emoji: '😐',
|
||||
value: 2,
|
||||
value: 3,
|
||||
},
|
||||
{
|
||||
key: 'grinning',
|
||||
emoji: '😀',
|
||||
value: 3,
|
||||
value: 4,
|
||||
},
|
||||
{
|
||||
key: 'smiling',
|
||||
emoji: '😍',
|
||||
value: 4,
|
||||
value: 5,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user