mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -68,11 +68,11 @@ class InteractiveSearchRow extends Component {
|
||||
guid,
|
||||
indexerId
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
onConfirmGrabPress = () => {
|
||||
this.setState({ isConfirmGrabModalOpen: true });
|
||||
}
|
||||
};
|
||||
|
||||
onGrabConfirm = () => {
|
||||
this.setState({ isConfirmGrabModalOpen: false });
|
||||
@@ -89,11 +89,11 @@ class InteractiveSearchRow extends Component {
|
||||
indexerId,
|
||||
...searchPayload
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
onGrabCancel = () => {
|
||||
this.setState({ isConfirmGrabModalOpen: false });
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user