mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix variable name of input field in chinese
This commit is contained in:
@ -64,7 +64,7 @@ const FormContentPreview: FC<FormContentPreviewProps> = ({
|
||||
return (
|
||||
<Note
|
||||
placeholder={placeholder!}
|
||||
title="variableName"
|
||||
title={name}
|
||||
/>
|
||||
)
|
||||
})(),
|
||||
|
||||
Reference in New Issue
Block a user