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}