mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: Manual Import without selecting Import Mode
Closes #5036 (cherry picked from commit b542dd0ddd6463321a0d75c1ce4b1ecec679f213)
This commit is contained in:
+1
-1
@@ -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