diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue index dc18ddd66..ab508f5a2 100644 --- a/app/javascript/dashboard/components/ChatList.vue +++ b/app/javascript/dashboard/components/ChatList.vue @@ -106,7 +106,7 @@ const advancedFilterTypes = ref( ); const currentUser = useMapGetter('getCurrentUser'); -const chatLists = useMapGetter('getFilteredConversations'); +const chatLists = useMapGetter('getAllConversations'); const mineChatsList = useMapGetter('getMineChats'); const allChatList = useMapGetter('getAllStatusChats'); const unAssignedChatsList = useMapGetter('getUnAssignedChats');