mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -56,15 +56,15 @@ class AddNewBookSearchResult extends Component {
|
||||
|
||||
onPress = () => {
|
||||
this.setState({ isNewAddBookModalOpen: true });
|
||||
}
|
||||
};
|
||||
|
||||
onAddBookModalClose = () => {
|
||||
this.setState({ isNewAddBookModalOpen: false });
|
||||
}
|
||||
};
|
||||
|
||||
onMBLinkPress = (event) => {
|
||||
event.stopPropagation();
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user