From 3d00f40ea0ae28a8237556cb125283da8c42db0d Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 23 Dec 2025 18:58:15 +0100 Subject: [PATCH] Changes from fix/new-project-dialog-path-overflow --- .../ui/src/components/dialogs/new-project-modal.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/ui/src/components/dialogs/new-project-modal.tsx b/apps/ui/src/components/dialogs/new-project-modal.tsx index 042b2ad7..229b3055 100644 --- a/apps/ui/src/components/dialogs/new-project-modal.tsx +++ b/apps/ui/src/components/dialogs/new-project-modal.tsx @@ -245,18 +245,21 @@ export function NewProjectModal({ {/* Workspace Directory Display */}
- - + + {isLoadingWorkspace ? ( 'Loading workspace...' ) : workspaceDir ? ( <> - Will be created at:{' '} - + Will be created at: + {projectPath || workspaceDir}