mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fixed: Ensure Monitoring Options resets to No Change
(cherry picked from commit 180153cd8440df88c9aa5694c67c6cae537dc595)
This commit is contained in:
parent
d0f8a3a8f9
commit
6761712c0c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class MonitoringOptionsModalContent extends Component {
|
|||
const {
|
||||
isSaving,
|
||||
saveError
|
||||
} = prevProps;
|
||||
} = this.props;
|
||||
|
||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||
this.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue