mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Rename displayName of parameter on Function-Nodes
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user