mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
fix(Code Node): Restore help text (#6231)
This commit is contained in:
parent
9db49d0c18
commit
e72d564bf8
|
@ -72,6 +72,17 @@ export class Code implements INodeType {
|
|||
],
|
||||
default: 'javaScript',
|
||||
},
|
||||
{
|
||||
displayName: 'Language',
|
||||
name: 'language',
|
||||
type: 'hidden',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'@version': [1],
|
||||
},
|
||||
},
|
||||
default: 'javaScript',
|
||||
},
|
||||
|
||||
...javascriptCodeDescription,
|
||||
...pythonCodeDescription,
|
||||
|
|
Loading…
Reference in a new issue