From 2f843b4c969aff6e4750d4c1b6cd7c8723e2d60b Mon Sep 17 00:00:00 2001 From: Nastya Date: Mon, 31 Mar 2025 19:28:55 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=88=D0=B8=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=B8=D0=BC=D0=B8=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=B8=D0=BD=D0=BF=D1=83=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ContactFormPage/NewField/NewFieldParent.tsx | 4 ++-- src/pages/startPage/StartPageSettings.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/ContactFormPage/NewField/NewFieldParent.tsx b/src/pages/ContactFormPage/NewField/NewFieldParent.tsx index d44da31b..b28127cf 100644 --- a/src/pages/ContactFormPage/NewField/NewFieldParent.tsx +++ b/src/pages/ContactFormPage/NewField/NewFieldParent.tsx @@ -60,7 +60,7 @@ export default function NewFieldParent({ value={quiz.config.formContact.fields[defaultValue].text} placeholder={placeholderHelp} text={""} - maxLength={20} + maxLength={150} /> @@ -75,7 +75,7 @@ export default function NewFieldParent({ value={quiz.config.formContact.fields[defaultValue].innerText} placeholder={placeholderField} text={""} - maxLength={20} + maxLength={150} /> diff --git a/src/pages/startPage/StartPageSettings.tsx b/src/pages/startPage/StartPageSettings.tsx index e9c5bd9d..425d06d0 100755 --- a/src/pages/startPage/StartPageSettings.tsx +++ b/src/pages/startPage/StartPageSettings.tsx @@ -738,7 +738,7 @@ export default function StartPageSettings() { quiz.config.startpage.button = e.target.value; }) } - maxLength={15} + maxLength={150} />