New: Add option to only monitor selected book when adding single book

This commit is contained in:
ta264
2021-11-14 21:28:58 +00:00
parent a1c2986af8
commit 33e5351add
8 changed files with 63 additions and 75 deletions
@@ -105,6 +105,7 @@ class AddNewBookModalContent extends Component {
<AddAuthorOptionsForm
authorName={authorName}
includeNoneMetadataProfile={true}
includeSpecificBookMonitor={true}
{...otherProps}
/>
}