mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 12:52:27 +01:00
Fixed: Ensure Monitoring Options resets to No Change
(cherry picked from commit 180153cd8440df88c9aa5694c67c6cae537dc595)
This commit is contained in:
parent
f399d27470
commit
ac4ae9bb4d
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ class MonitoringOptionsModalContent extends Component {
|
|||
const {
|
||||
isSaving,
|
||||
saveError
|
||||
} = prevProps;
|
||||
} = this.props;
|
||||
|
||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||
this.setState({
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class BookshelfFooter extends Component {
|
|||
const {
|
||||
isSaving,
|
||||
saveError
|
||||
} = prevProps;
|
||||
} = this.props;
|
||||
|
||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Reference in a new issue