This commit is contained in:
servarr[bot] 2025-06-27 15:56:40 -07:00 committed by GitHub
commit d2cbe8f6c5
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 }));