mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
chore: code generator button should only display in code node (#9842)
This commit is contained in:
@ -92,6 +92,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
|
||||
language={inputs.code_language}
|
||||
value={inputs.code}
|
||||
onChange={handleCodeChange}
|
||||
showCodeGenerator={true}
|
||||
/>
|
||||
</div>
|
||||
<Split />
|
||||
|
||||
Reference in New Issue
Block a user