mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
Chore: Enable bot conversations in status dropdown (#1041)
This commit is contained in:
@@ -12,5 +12,6 @@ export default {
|
||||
STATUS_TYPE: {
|
||||
OPEN: 'open',
|
||||
RESOLVED: 'resolved',
|
||||
BOT: 'bot',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -44,6 +44,10 @@
|
||||
{
|
||||
"TEXT": "Resolved",
|
||||
"VALUE": "resolved"
|
||||
},
|
||||
{
|
||||
"TEXT": "Bot",
|
||||
"VALUE": "bot"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user