diff --git a/src/frontend/src/defaults/actions.tsx b/src/frontend/src/defaults/actions.tsx index 699b210630..665271391b 100644 --- a/src/frontend/src/defaults/actions.tsx +++ b/src/frontend/src/defaults/actions.tsx @@ -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: }, {