mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Server Side UI Filtering, Error Boundaries (#501)
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -20,13 +20,13 @@ function createRemoveItemHandler(section, url) {
|
||||
|
||||
promise.done((data) => {
|
||||
dispatch(batchActions([
|
||||
removeItem({ section, id }),
|
||||
|
||||
set({
|
||||
section,
|
||||
isDeleting: false,
|
||||
deleteError: null
|
||||
})
|
||||
}),
|
||||
|
||||
removeItem({ section, id })
|
||||
]));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user