diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index a7d3a1cee..2d4fdf1dd 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -140,7 +140,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, + }), })), }, {