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 {
|
const {
|
||||||
isSaving,
|
isSaving,
|
||||||
saveError
|
saveError
|
||||||
} = prevProps;
|
} = this.props;
|
||||||
|
|
||||||
if (prevProps.isSaving && !isSaving && !saveError) {
|
if (prevProps.isSaving && !isSaving && !saveError) {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Reference in New Issue