Skip to content

Commit

Permalink
Merge pull request #1429 from sgratch/fix-plan-name-validation-bug-wh…
Browse files Browse the repository at this point in the history
…en-updating-vms-list

Fix a bug of resetting the plan name validation field when resetting the plan
  • Loading branch information
metalice authored Jan 7, 2025
2 parents 3df8b69 + 2caffd8 commit cc62d29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ const handlers: {
draft.calculatedPerNamespace = newDraft.calculatedPerNamespace;
draft.receivedAsParams = newDraft.receivedAsParams;
draft.alerts = newDraft.alerts;
draft.validation = newDraft.validation;
},
};

Expand Down

0 comments on commit cc62d29

Please sign in to comment.