From c564f32ab6126b6f9fb5fb2d1d8f808f37409662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Fri, 12 Jul 2024 19:58:42 +0800 Subject: [PATCH] fix: remove the maximum length limit of "paragraph" variable (#6234) --- .../app/configuration/config-var/config-modal/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/components/app/configuration/config-var/config-modal/index.tsx b/web/app/components/app/configuration/config-var/config-modal/index.tsx index becd5085a1..20fcf49de1 100644 --- a/web/app/components/app/configuration/config-var/config-modal/index.tsx +++ b/web/app/components/app/configuration/config-var/config-modal/index.tsx @@ -17,7 +17,6 @@ import Switch from '@/app/components/base/switch' import { ChangeType, InputVarType } from '@/app/components/workflow/types' const TEXT_MAX_LENGTH = 256 -const PARAGRAPH_MAX_LENGTH = 1032 * 32 export type IConfigModalProps = { isCreate?: boolean @@ -167,7 +166,7 @@ const ConfigModal: FC = ({ {isStringInput && ( - + )}