fix(Code Node): Restore help text (#6231)

This commit is contained in:
Jon 2023-05-11 15:44:43 +01:00 committed by GitHub
parent 9db49d0c18
commit e72d564bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,