Skip to content

Commit

Permalink
Update custom payload to test for trimmed-version label
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 20, 2023
1 parent 282ca65 commit 4fcc16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/for-tests/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const customFields = [
},
{
id: "terms",
label: "",
label: " ",
optional: false,
nonOptionalErrorMsg: "You must accept the terms and conditions",
inputComponent: ({ name, onChange }) => (
Expand Down

0 comments on commit 4fcc16d

Please sign in to comment.