diff --git a/packages/frontend/src/pages/Configuration.tsx b/packages/frontend/src/pages/Configuration.tsx index 5c15a05..51df143 100644 --- a/packages/frontend/src/pages/Configuration.tsx +++ b/packages/frontend/src/pages/Configuration.tsx @@ -26,6 +26,8 @@ export function Configuration() { duration: 5000, isClosable: true, }); + // Navigate to homepage to show welcome modal and start fresh + navigate('/'); } catch (error) { toast({ title: "Failed to reset database",