mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
Ref: https://github.com/inventree/inventree/issues/10548
(cherry picked from commit e0559bb2b4)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4fe949811d
commit
1249ae3a84
@@ -27,7 +27,7 @@ export function getActions(navigate: NavigateFunction) {
|
|||||||
id: 'dashboard',
|
id: 'dashboard',
|
||||||
label: t`Dashboard`,
|
label: t`Dashboard`,
|
||||||
description: t`Go to the InvenTree dashboard`,
|
description: t`Go to the InvenTree dashboard`,
|
||||||
onClick: () => {}, // navigate(menuItems.dashboard.link),
|
onClick: () => navigate('/'),
|
||||||
leftSection: <IconLink size='1.2rem' />
|
leftSection: <IconLink size='1.2rem' />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user