Add conversation participants filter

This commit is contained in:
Aswin Dev P.S 2022-03-09 18:02:03 +05:30
parent 5c9765ec31
commit 2bc1dbd76b
16 changed files with 234 additions and 9 deletions

View file

@ -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' },