Fixed: Bug preventing override of book in manual import

This commit is contained in:
ta264 2020-08-05 22:35:26 +01:00
parent f5c6070f23
commit 4e861e0ae5

View file

@ -65,7 +65,7 @@ class SelectBookModalContentConnector extends Component {
this.props.updateInteractiveImportItem({
id,
book,
bookReleaseId: undefined,
editionId: undefined,
rejections: []
});
});