From db4227a67d4309bfe366978b3b1e704e729c16b0 Mon Sep 17 00:00:00 2001 From: anna Date: Thu, 14 Mar 2024 18:01:53 +0800 Subject: [PATCH] update setting --- src/pages/Setting/SystemSetting/Form.js | 4 ++-- src/pages/authentication/auth-forms/BusCustomFormWizard.js | 2 +- src/pages/authentication/auth-forms/CustomFormWizard.js | 2 +- src/pages/authentication/auth-forms/IAmSmartFormWizard.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Setting/SystemSetting/Form.js b/src/pages/Setting/SystemSetting/Form.js index 6f06c00..29cfb59 100644 --- a/src/pages/Setting/SystemSetting/Form.js +++ b/src/pages/Setting/SystemSetting/Form.js @@ -120,8 +120,8 @@ const Form = ({ selectedItem, onSave }) => { error={valueErr} onChange={(event) => { setValue(event.target.value); - if (event.target.value.length >= 1000) { - setValueErr("The number of characters cannot exceed 1000 words."); + if (event.target.value.length >= 5000) { + setValueErr("The number of characters cannot exceed 5000 words."); return; } setValueErr(""); diff --git a/src/pages/authentication/auth-forms/BusCustomFormWizard.js b/src/pages/authentication/auth-forms/BusCustomFormWizard.js index 1ce5a9b..2147061 100644 --- a/src/pages/authentication/auth-forms/BusCustomFormWizard.js +++ b/src/pages/authentication/auth-forms/BusCustomFormWizard.js @@ -1365,7 +1365,7 @@ const BusCustomFormWizard = (props) => { -
+
diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index 7f853aa..d1b8e66 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -1554,7 +1554,7 @@ const CustomFormWizard = (props) => { -
+
diff --git a/src/pages/authentication/auth-forms/IAmSmartFormWizard.js b/src/pages/authentication/auth-forms/IAmSmartFormWizard.js index 3d5be86..ff09d5d 100644 --- a/src/pages/authentication/auth-forms/IAmSmartFormWizard.js +++ b/src/pages/authentication/auth-forms/IAmSmartFormWizard.js @@ -827,7 +827,7 @@ const CustomFormWizard = (props) => { -
+