mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
fix: expand style error
This commit is contained in:
@ -234,6 +234,7 @@ const FormInputItem: FC<Props> = ({
|
||||
title='JSON'
|
||||
value={varInput?.value as any}
|
||||
isExpand
|
||||
isInNode
|
||||
height={100}
|
||||
language={CodeLanguage.json}
|
||||
onChange={handleValueChange}
|
||||
|
||||
Reference in New Issue
Block a user