feat: enhance variable handling and UI components with business labels and descriptions

This commit is contained in:
mlogclub
2026-06-29 18:37:31 +08:00
parent 295c7b4bea
commit 87760d5e89
8 changed files with 166 additions and 85 deletions
@@ -158,7 +158,7 @@ export function WorkflowConfigPanel({
</Button>
</div>
{panelDescription ? (
<div className="mt-1 pl-9 text-xs leading-5 text-slate-500">
<div className="mt-1 text-xs leading-5 text-slate-500">
{panelDescription}
</div>
) : null}