mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Show Error Message if no Manual Import Mode selected
This commit is contained in:
parent
5380d78cad
commit
4da68ce37d
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class InteractiveImportModalContentConnector extends Component {
|
|||
onImportSelectedPress = (selected, importMode) => {
|
||||
const files = [];
|
||||
|
||||
if (importMode === 'chooseImportMethod') {
|
||||
if (importMode === 'chooseImportMode') {
|
||||
this.setState({ interactiveImportErrorMessage: 'An import mode must be selected' });
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue