fix: Enable cmd bar actions for all conversation routes (#7664)

This commit is contained in:
Muhsin Keloth
2023-08-04 00:10:03 +05:30
committed by GitHub
parent 2a73f124ca
commit 0921a7c817

View File

@@ -38,6 +38,9 @@ export const isAConversationRoute = routeName =>
'conversation_through_inbox',
'conversations_through_label',
'conversations_through_team',
'conversations_through_folders',
'conversation_through_unattended',
'conversation_through_participating',
].includes(routeName);
export default {