Fixed: Overwriting query params for remove item handler (#7075)

pull/7078/head
Bogdan 7 months ago committed by GitHub
parent ffdb08cfe6
commit eb2fd13509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ function createRemoveItemHandler(section, url) {
return function(getState, payload, dispatch) {
const {
id,
...queryParams
queryParams
} = payload;
dispatch(set({ section, isDeleting: true }));

Loading…
Cancel
Save