mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Misc UI Fixes
This commit is contained in:
parent
457955c306
commit
ef93ae3792
6 changed files with 34 additions and 7 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue