fix: Enable cmd bar actions for all conversation routes (#7664)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user