mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Changed title length limit from 50 to 100 characters in Request signature form
This commit is contained in:
@@ -123,7 +123,7 @@ export const formJson = (id) => {
|
||||
Name: {
|
||||
type: "string",
|
||||
title: "Title",
|
||||
maxLength: 50
|
||||
maxLength: 100
|
||||
},
|
||||
Description: {
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user