mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-12 00:38:53 -06:00
Fixed: Show Error Message if no Manual Import Mode selected
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user