From 4c110900c1bf8a75ffc637c367697e44ce4d6fb4 Mon Sep 17 00:00:00 2001 From: shubh-bruno Date: Wed, 14 Jan 2026 13:28:35 +0530 Subject: [PATCH] fix: rename requests double notifications (#6677) --- .../src/providers/ReduxStore/slices/collections/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js b/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js index 6b6f2b39a..ec1f071eb 100644 --- a/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js +++ b/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js @@ -817,7 +817,6 @@ export const renameItem return ipcRenderer .invoke('renderer:rename-item-filename', { oldPath: item.pathname, newPath, newName, newFilename, collectionPathname: collection.pathname }) .catch((err) => { - toast.error('Failed to rename the file'); console.error(err); throw new Error('Failed to rename the file'); });