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