Skip to content

Commit

Permalink
fix(Code Node): Restore help text (#6231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed May 11, 2023
1 parent 9db49d0 commit e72d564
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/nodes-base/nodes/Code/Code.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e72d564

Please sign in to comment.