fix variable name of input field in chinese

This commit is contained in:
JzoNg
2026-01-12 15:33:37 +08:00
parent c837def205
commit b24fafe901
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ const FormContentPreview: FC<FormContentPreviewProps> = ({
return (
<Note
placeholder={placeholder!}
title="variableName"
title={name}
/>
)
})(),