Add conversation participants filter
This commit is contained in:
parent
5c9765ec31
commit
2bc1dbd76b
16 changed files with 234 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
import { mapGetters } from 'vuex';
|
||||
export const DEFAULT_CONVERSATION_SIDEBAR_ITEMS_ORDER = [
|
||||
{ name: 'conversation_actions' },
|
||||
{ name: 'conversation_participants' },
|
||||
{ name: 'conversation_info' },
|
||||
{ name: 'contact_attributes' },
|
||||
{ name: 'previous_conversation' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue