Skip to content

Commit

Permalink
preserve empty string values in rule upgrade final edit forms
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Dec 17, 2024
1 parent dbf8818 commit 9348745
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function RuleFieldEditFormWrapper({
onSubmit: handleSubmit,
options: {
warningValidationCodes: VALIDATION_WARNING_CODES,
stripEmptyFields: false,
},
});

Expand Down

0 comments on commit 9348745

Please sign in to comment.