mirror of
https://github.com/Readarr/Readarr
synced 2025-12-08 01:14:27 +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;
|
}).request;
|
||||||
|
|
||||||
promise.done((data) => {
|
promise.done((data) => {
|
||||||
data.editions = itemToAdd.book.editions;
|
|
||||||
itemToAdd.book = data;
|
itemToAdd.book = data;
|
||||||
dispatch(batchActions([
|
dispatch(batchActions([
|
||||||
updateItem({ section: 'authors', ...data.author }),
|
updateItem({ section: 'authors', ...data.author }),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue