Chore: Enable bot conversations in status dropdown (#1041)
This commit is contained in:
parent
7ca192615d
commit
7607e8edb4
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue