mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: params while involking renderer:remove-collection (#5218)
This commit is contained in:
@@ -1064,7 +1064,7 @@ export const removeCollection = (collectionUid) => (dispatch, getState) => {
|
||||
}
|
||||
const { ipcRenderer } = window;
|
||||
ipcRenderer
|
||||
.invoke('renderer:remove-collection', collection.pathname)
|
||||
.invoke('renderer:remove-collection', collection.pathname, collectionUid)
|
||||
.then(() => {
|
||||
dispatch(closeAllCollectionTabs({ collectionUid }));
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user