Changed title length limit from 50 to 100 characters in Request signature form

This commit is contained in:
unknown
2023-10-28 00:32:02 +05:30
parent 8fc328fac5
commit c4dab6bce5
+1 -1
View File
@@ -123,7 +123,7 @@ export const formJson = (id) => {
Name: {
type: "string",
title: "Title",
maxLength: 50
maxLength: 100
},
Description: {
type: "string",