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
commit 96d56b31ef
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

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