From fc67e4d11c0549e649aaac04d6d68fae8fbefeb2 Mon Sep 17 00:00:00 2001 From: UtkarshUsername Date: Sun, 22 Mar 2026 13:25:53 +0530 Subject: [PATCH] Remove add-project cancel button --- apps/web/src/components/Sidebar.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 55c5271c37..207082477d 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -1934,7 +1934,6 @@ export default function Sidebar() { - {shouldShowProjectPathEntry && (
{isElectron && ( @@ -1985,18 +1984,6 @@ export default function Sidebar() { {addProjectError}

)} -
- -
)}