mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Rename displayName of parameter on Function-Nodes
This commit is contained in:
parent
844d257c25
commit
645aeb2a1b
|
@ -23,7 +23,7 @@ export class Function implements INodeType {
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
displayName: 'Function',
|
displayName: 'JavaScript Code',
|
||||||
name: 'functionCode',
|
name: 'functionCode',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
|
|
|
@ -25,7 +25,7 @@ export class FunctionItem implements INodeType {
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
displayName: 'Function',
|
displayName: 'JavaScript Code',
|
||||||
name: 'functionCode',
|
name: 'functionCode',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
|
|
Loading…
Reference in a new issue