Fixed: Editing authors from bookshelf

Fixes #39
This commit is contained in:
ta264 2020-07-02 22:04:39 +01:00
parent be03e1258a
commit bdebb1593c
4 changed files with 1 additions and 1 deletions

View file

@ -126,7 +126,7 @@ export const actionHandlers = handleThunks({
url: '/bookshelf', url: '/bookshelf',
method: 'POST', method: 'POST',
data: JSON.stringify({ data: JSON.stringify({
author: authors, authors,
monitoringOptions: { monitor } monitoringOptions: { monitor }
}), }),
dataType: 'json' dataType: 'json'