mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -50,7 +50,7 @@ class AddNewAuthorModalContentConnector extends Component {
|
||||
|
||||
onInputChange = ({ name, value }) => {
|
||||
this.props.setAuthorAddDefault({ [name]: value });
|
||||
}
|
||||
};
|
||||
|
||||
onAddAuthorPress = (searchForMissingBooks) => {
|
||||
const {
|
||||
@@ -73,7 +73,7 @@ class AddNewAuthorModalContentConnector extends Component {
|
||||
tags: tags.value,
|
||||
searchForMissingBooks
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user