Fixed: Add book model should close after adding book

pull/40/head
ta264 4 years ago
parent bdebb1593c
commit 542f3b23b2

@ -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…
Cancel
Save