mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -30,7 +30,7 @@ class SelectAuthorModalContent extends Component {
|
||||
|
||||
onFilterChange = ({ value }) => {
|
||||
this.setState({ filter: value.toLowerCase() });
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
@@ -56,7 +56,7 @@ class SelectAuthorModalContentConnector extends Component {
|
||||
this.props.saveInteractiveImportItem({ id: ids });
|
||||
|
||||
this.props.onModalClose(true);
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
@@ -10,7 +10,7 @@ class SelectAuthorRow extends Component {
|
||||
|
||||
onPress = () => {
|
||||
this.props.onAuthorSelect(this.props.id);
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user