Skip to content

Commit

Permalink
[7.17] backport fix for edit package policy page validation
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Feb 22, 2022
1 parent 4ae6c3d commit a0243e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ export const EditPackagePolicyForm = memo<{
: false;
if (!hasValidationErrors) {
setFormState('VALID');
} else {
setFormState('INVALID');
}
},
[packagePolicy, updatePackagePolicyValidation]
Expand Down

0 comments on commit a0243e6

Please sign in to comment.