From 47dfd4da12fa99fb0c95ab43f60e19add0d62283 Mon Sep 17 00:00:00 2001 From: Douglas Date: Tue, 31 Mar 2026 12:05:50 +0100 Subject: [PATCH] ux improvement for starting new project --- src/components/ProjectPageSidebar/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ProjectPageSidebar/index.tsx b/src/components/ProjectPageSidebar/index.tsx index 9529ab01..76abe73c 100644 --- a/src/components/ProjectPageSidebar/index.tsx +++ b/src/components/ProjectPageSidebar/index.tsx @@ -417,6 +417,7 @@ export default function ProjectPageSidebar({ const createNewProject = () => { projectStore.createProject('new project'); + setActiveWorkspaceTab('workforce'); navigate('/'); };