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

This commit is contained in:
Muhsin Keloth
2023-08-03 11:40:03 -07:00
committed by GitHub
parent 2a73f124ca
commit 0921a7c817
@@ -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 {