Skip to content

Commit

Permalink
[7.17] backport fix for edit package policy page validation (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic authored Feb 22, 2022
1 parent 4ae6c3d commit 78e7541
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 78e7541

Please sign in to comment.