2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-24 09:57:40 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into make-fields-filterable

This commit is contained in:
Matthias Mair
2025-10-14 22:09:13 +02:00

View File

@@ -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' />
}, },
{ {