mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Release Grab not working on Mobile search
This commit is contained in:
@@ -52,12 +52,17 @@ class SearchIndexOverview extends Component {
|
|||||||
//
|
//
|
||||||
// Listeners
|
// Listeners
|
||||||
|
|
||||||
onEditSeriesPress = () => {
|
onGrabPress = () => {
|
||||||
this.setState({ isEditSeriesModalOpen: true });
|
const {
|
||||||
};
|
guid,
|
||||||
|
indexerId,
|
||||||
|
onGrabPress
|
||||||
|
} = this.props;
|
||||||
|
|
||||||
onEditSeriesModalClose = () => {
|
onGrabPress({
|
||||||
this.setState({ isEditSeriesModalOpen: false });
|
guid,
|
||||||
|
indexerId
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user