소스 검색

feat: make input size bigger in start (#3340)

crazywoola 1 년 전
부모
커밋
3d473b9763
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/app/configuration/config-var/config-modal/index.tsx

+ 1 - 1
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