diff --git a/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx b/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx index 4714139541..10e48560e7 100644 --- a/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx +++ b/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx @@ -167,7 +167,7 @@ const CodeEditor: FC = ({ }} onMount={handleEditorDidMount} /> - {!outPutValue && !isFocus &&
{placeholder}
} + {!outPutValue && !isFocus &&
{placeholder}
} )