fix: expand style error

This commit is contained in:
Joel
2025-06-10 15:14:15 +08:00
parent 4d46866a72
commit 32c1f9b263

View File

@ -234,6 +234,7 @@ const FormInputItem: FC<Props> = ({
title='JSON'
value={varInput?.value as any}
isExpand
isInNode
height={100}
language={CodeLanguage.json}
onChange={handleValueChange}