Merge branch 'develop' into feat/contacts-redesign
This commit is contained in:
@@ -152,7 +152,12 @@ const menuItems = computed(() => {
|
||||
name: `${inbox.name}-${inbox.id}`,
|
||||
label: inbox.name,
|
||||
to: accountScopedRoute('inbox_dashboard', { inbox_id: inbox.id }),
|
||||
component: leafProps => h(ChannelLeaf, { ...leafProps, inbox }),
|
||||
component: leafProps =>
|
||||
h(ChannelLeaf, {
|
||||
label: leafProps.label,
|
||||
active: leafProps.active,
|
||||
inbox,
|
||||
}),
|
||||
})),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user