mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: rename requests double notifications (#6677)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user