feat: Order conversations by priority (#7053)

This commit is contained in:
Muhsin Keloth
2023-05-11 12:56:43 +05:30
committed by GitHub
parent d0a1ad746a
commit 87f758ee1f
7 changed files with 85 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export default {
SORT_BY_TYPE: {
LATEST: 'latest',
CREATED_AT: 'sort_on_created_at',
PRIORITY: 'sort_on_priority',
},
ARTICLE_STATUS_TYPES: {
DRAFT: 0,