From ac2cff90f0d6cddb0076dae81b495390a5ce2f4e Mon Sep 17 00:00:00 2001 From: prateek-bruno Date: Tue, 28 Apr 2026 11:14:08 +0530 Subject: [PATCH] fix: make "Remove Collection" consistent with "Remove Workspace" (#7750) --- .../Collections/Collection/DeleteCollection/index.js | 8 -------- .../Collections/Collection/RemoveCollection/index.js | 10 +--------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/packages/bruno-app/src/components/Sidebar/Collections/Collection/DeleteCollection/index.js b/packages/bruno-app/src/components/Sidebar/Collections/Collection/DeleteCollection/index.js index 8e40e439a..be2f15202 100644 --- a/packages/bruno-app/src/components/Sidebar/Collections/Collection/DeleteCollection/index.js +++ b/packages/bruno-app/src/components/Sidebar/Collections/Collection/DeleteCollection/index.js @@ -36,19 +36,11 @@ const DeleteCollection = ({ onClose, collectionUid, workspaceUid }) => { return null; } - const customHeader = ( -
- - Delete Collection -
- ); - return ( { return ; } - const customHeader = ( -
- - Remove Collection -
- ); - // Otherwise, show the standard remove confirmation modal return (