From d3a3aafb04c69bd39050342c643c4d9eed6896b1 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 8 Dec 2025 23:02:50 +0000 Subject: [PATCH] Change to now go to overview page by default. --- src/components/Dashboard/common/DashboardNavigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }