mirror of
https://github.com/Radarr/Radarr
synced 2026-01-16 04:23:16 +01:00
Fixed: Bug preventing override of book in manual import
This commit is contained in:
parent
f5c6070f23
commit
4e861e0ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class SelectBookModalContentConnector extends Component {
|
|||
this.props.updateInteractiveImportItem({
|
||||
id,
|
||||
book,
|
||||
bookReleaseId: undefined,
|
||||
editionId: undefined,
|
||||
rejections: []
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue