From 3d473b9763adae496923f274b99c0383163a322d Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:06:55 +0800 Subject: [PATCH] feat: make input size bigger in start (#3340) --- .../app/configuration/config-var/config-modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 671b5a0bd1..58957acc4a 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,7 @@ import Switch from '@/app/components/base/switch' import { ChangeType, InputVarType } from '@/app/components/workflow/types' const TEXT_MAX_LENGTH = 256 -const PARAGRAPH_MAX_LENGTH = 1024 +const PARAGRAPH_MAX_LENGTH = 1032 * 32 export type IConfigModalProps = { isCreate?: boolean