mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-14 16:11:23 +00:00
parent
c1e5b7f642
commit
b542dd0ddd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class InteractiveImportModalContentConnector extends Component {
|
|||
const existingFiles = [];
|
||||
const files = [];
|
||||
|
||||
if (importMode === 'chooseImportMethod') {
|
||||
if (importMode === 'chooseImportMode') {
|
||||
this.setState({ interactiveImportErrorMessage: 'An import mode must be selected' });
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue