chore: code generator button should only display in code node (#9842)
This commit is contained in:
parent
1b5adf40da
commit
84a9d2d072
3 changed files with 11 additions and 3 deletions
|
|
@ -92,6 +92,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
|
|||
language={inputs.code_language}
|
||||
value={inputs.code}
|
||||
onChange={handleCodeChange}
|
||||
showCodeGenerator={true}
|
||||
/>
|
||||
</div>
|
||||
<Split />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue