mirror of
https://github.com/langgenius/dify.git
synced 2026-03-29 09:59:59 +08:00
fix: enchance code editor syle
This commit is contained in:
@ -59,6 +59,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
|
||||
<Split />
|
||||
{inputs.code_language}
|
||||
<CodeEditor
|
||||
readOnly={readOnly}
|
||||
title={
|
||||
<TypeSelector
|
||||
options={codeLanguages}
|
||||
|
||||
Reference in New Issue
Block a user