From 4fcc16d4a19bf437e24732f65f0862663606332c Mon Sep 17 00:00:00 2001 From: amitbadala Date: Mon, 20 Nov 2023 14:21:39 +0530 Subject: [PATCH] Update custom payload to test for trimmed-version label --- examples/for-tests/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/for-tests/src/App.js b/examples/for-tests/src/App.js index 3800cd9b8..add8541e8 100644 --- a/examples/for-tests/src/App.js +++ b/examples/for-tests/src/App.js @@ -306,7 +306,7 @@ const customFields = [ }, { id: "terms", - label: "", + label: " ", optional: false, nonOptionalErrorMsg: "You must accept the terms and conditions", inputComponent: ({ name, onChange }) => (