diff --git a/src/components/Dashboard/common/DashboardNavigation.jsx b/src/components/Dashboard/common/DashboardNavigation.jsx index 3cbf9f6..5672f7d 100644 --- a/src/components/Dashboard/common/DashboardNavigation.jsx +++ b/src/components/Dashboard/common/DashboardNavigation.jsx @@ -129,7 +129,7 @@ const DashboardNavigation = () => { if (key === 'production') { navigate('/dashboard/production/overview') } else if (key === 'inventory') { - navigate('/dashboard/inventory/filamentstocks') + navigate('/dashboard/inventory/overview') } else if (key === 'management') { navigate('/dashboard/management/filaments') }