소스 검색

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…
취소
저장