Fixed: Ensure Monitoring Options resets to No Change

pull/5825/head
Bogdan 12 months ago committed by GitHub
parent 98cd933640
commit 180153cd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save