Merge branch 'master' of https://github.com/inventree/InvenTree into make-fields-filterable
This commit is contained in:
commit
96d56b31ef
|
|
@ -27,7 +27,7 @@ export function getActions(navigate: NavigateFunction) {
|
|||
id: 'dashboard',
|
||||
label: t`Dashboard`,
|
||||
description: t`Go to the InvenTree dashboard`,
|
||||
onClick: () => {}, // navigate(menuItems.dashboard.link),
|
||||
onClick: () => navigate('/'),
|
||||
leftSection: <IconLink size='1.2rem' />
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue