ソースを参照

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

tags/1.3.1
Joel 6ヶ月前
コミット
759584f8c5
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 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

読み込み中…
キャンセル
保存