From c4dab6bce57667ea98d665ce393fee7f4d95eb80 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 28 Oct 2023 00:32:02 +0530 Subject: [PATCH] Changed title length limit from 50 to 100 characters in Request signature form --- apps/OpenSign/src/json/FormJson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/src/json/FormJson.js b/apps/OpenSign/src/json/FormJson.js index e31b1fe03..e7276a9a4 100644 --- a/apps/OpenSign/src/json/FormJson.js +++ b/apps/OpenSign/src/json/FormJson.js @@ -123,7 +123,7 @@ export const formJson = (id) => { Name: { type: "string", title: "Title", - maxLength: 50 + maxLength: 100 }, Description: { type: "string",