mirror of
https://github.com/Readarr/Readarr
synced 2026-01-23 07:51:27 +01:00
Merge aa20047cd8 into 0b79d3000d
This commit is contained in:
commit
d2cbe8f6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function createRemoveItemHandler(section, url) {
|
|||
return function(getState, payload, dispatch) {
|
||||
const {
|
||||
id,
|
||||
...queryParams
|
||||
queryParams
|
||||
} = payload;
|
||||
|
||||
dispatch(set({ section, isDeleting: true }));
|
||||
|
|
|
|||
Loading…
Reference in a new issue