mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Misc UI Fixes
This commit is contained in:
@@ -136,7 +136,7 @@ class InteractiveImportModalContent extends Component {
|
||||
onImportSelectedPress = () => {
|
||||
const selected = this.getSelectedIds();
|
||||
|
||||
this.props.onImportSelectedPress(selected, this.state.importMode);
|
||||
this.props.onImportSelectedPress(selected, this.props.importMode);
|
||||
}
|
||||
|
||||
onFilterExistingFilesChange = (value) => {
|
||||
|
||||
Reference in New Issue
Block a user