1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-27 02:43:57 +02:00

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

This commit is contained in:
Bogdan 2024-08-11 18:51:11 +03:00 committed by GitHub
parent ffdb08cfe6
commit eb2fd13509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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