Fixed: Ensure Monitoring Options resets to No Change
This commit is contained in:
parent
98cd933640
commit
180153cd84
|
@ -35,7 +35,7 @@ class MonitoringOptionsModalContent extends Component {
|
|||
const {
|
||||
isSaving,
|
||||
saveError
|
||||
} = prevProps;
|
||||
} = this.props;
|
||||
|
||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in New Issue