From 2ec20df0eac768cfe7f453fffd1b764ad0ba4333 Mon Sep 17 00:00:00 2001
From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com>
Date: Wed, 8 Oct 2025 23:34:31 +0000
Subject: [PATCH] fix: project deletion on moving documents (#467)
---
apps/web/components/project-selector.tsx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/apps/web/components/project-selector.tsx b/apps/web/components/project-selector.tsx
index a492783b..3605edb6 100644
--- a/apps/web/components/project-selector.tsx
+++ b/apps/web/components/project-selector.tsx
@@ -294,7 +294,13 @@ export function ProjectSelector() {
-
+ p.containerTag === DEFAULT_PROJECT_ID,
+ )?.id || ""
+ }
+ >
Default Project
{projects