mirror of
https://github.com/Readarr/Readarr
synced 2025-12-07 17:03:16 +01:00
Fixed: Add book model should close after adding book
This commit is contained in:
parent
bdebb1593c
commit
542f3b23b2
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ export const actionHandlers = handleThunks({
|
|||
}).request;
|
||||
|
||||
promise.done((data) => {
|
||||
data.editions = itemToAdd.book.editions;
|
||||
itemToAdd.book = data;
|
||||
dispatch(batchActions([
|
||||
updateItem({ section: 'authors', ...data.author }),
|
||||
|
|
|
|||
Loading…
Reference in a new issue