Skip to content

Commit

Permalink
ensure errors disappear when user cancels editing correlation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngottlieb committed Sep 18, 2024
1 parent 0121b2e commit d82800a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ export default {
this.editing = false;
},
resetCorrelationDetailsEdits() {
this.errors = [];
if (this.correlationDetails) {
Object.assign(this.localCorrelationDetails, this.correlationDetails);
['beginLowRunnable', 'beginMediumRunnable', 'beginHighRunnable', 'endHighRunnable'].forEach(k => {
Expand Down

0 comments on commit d82800a

Please sign in to comment.