瀏覽代碼

fix: not render conversation var in prompt editor (#18728)

tags/1.3.1
Joel 6 月之前
父節點
當前提交
759584f8c5
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx

+ 1
- 1
web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx 查看文件

@@ -144,7 +144,7 @@ const WorkflowVariableBlockComponent = ({
}

if (!node)
return null
return Item

return (
<Tooltip

Loading…
取消
儲存