| import { ChangeType, InputVarType } from '@/app/components/workflow/types' | import { ChangeType, InputVarType } from '@/app/components/workflow/types' | ||||
| const TEXT_MAX_LENGTH = 256 | const TEXT_MAX_LENGTH = 256 | ||||
| const PARAGRAPH_MAX_LENGTH = 1024 | |||||
| const PARAGRAPH_MAX_LENGTH = 1032 * 32 | |||||
| export type IConfigModalProps = { | export type IConfigModalProps = { | ||||
| isCreate?: boolean | isCreate?: boolean |