mirror of https://github.com/lidarr/Lidarr
Fixed: Ensure Monitoring Options resets to No Change
(cherry picked from commit 180153cd8440df88c9aa5694c67c6cae537dc595)
This commit is contained in:
parent
d0f8a3a8f9
commit
6761712c0c
|
@ -33,7 +33,7 @@ class MonitoringOptionsModalContent extends Component {
|
|||
const {
|
||||
isSaving,
|
||||
saveError
|
||||
} = prevProps;
|
||||
} = this.props;
|
||||
|
||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in New Issue