feat: Add a sort option for conversations waiting for a reply from an agent (#7364)
This commit is contained in:
@@ -16,6 +16,7 @@ export default {
|
||||
LATEST: 'latest',
|
||||
CREATED_AT: 'sort_on_created_at',
|
||||
PRIORITY: 'sort_on_priority',
|
||||
WATIING_SINCE: 'waiting_since',
|
||||
},
|
||||
ARTICLE_STATUS_TYPES: {
|
||||
DRAFT: 0,
|
||||
|
||||
Reference in New Issue
Block a user