Chore: Enable bot conversations in status dropdown (#1041)

This commit is contained in:
Sojan Jose 2020-07-19 21:22:12 +05:30 committed by GitHub
parent 7ca192615d
commit 7607e8edb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -12,5 +12,6 @@ export default {
STATUS_TYPE: {
OPEN: 'open',
RESOLVED: 'resolved',
BOT: 'bot',
},
};

View file

@ -44,6 +44,10 @@
{
"TEXT": "Resolved",
"VALUE": "resolved"
},
{
"TEXT": "Bot",
"VALUE": "bot"
}
],