perf: show description in bot form

This commit is contained in:
Junyan Qin
2025-05-23 10:31:11 +08:00
parent f9f03b81d1
commit 3ac96f464d
3 changed files with 5 additions and 9 deletions
@@ -202,6 +202,7 @@ export default function BotForm({
default: item.default,
id: UUID.generate(),
label: item.label,
description: item.description,
name: item.name,
required: item.required,
type: parseDynamicFormItemType(item.type),