mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix bug that no Fields could be added
This commit is contained in:
@@ -131,7 +131,7 @@ export class Airtable implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
default: [],
|
||||
placeholder: 'Name',
|
||||
required: true,
|
||||
description: 'The name of fields of which the data should be send to Airtable.',
|
||||
@@ -218,7 +218,7 @@ export class Airtable implements INodeType {
|
||||
multipleValues: true,
|
||||
multipleValueButtonText: 'Add Field',
|
||||
},
|
||||
default: '',
|
||||
default: [],
|
||||
placeholder: 'Name',
|
||||
description: 'Only data for fields whose names are in this list will be included in the records.',
|
||||
},
|
||||
@@ -355,7 +355,7 @@ export class Airtable implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
default: [],
|
||||
placeholder: 'Name',
|
||||
required: true,
|
||||
description: 'The name of fields of which the data should be send to Airtable.',
|
||||
|
||||
Reference in New Issue
Block a user