mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvements
This commit is contained in:
@@ -44,14 +44,17 @@ export class AirtableTrigger implements INodeType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The ID of this base.',
|
||||
},
|
||||
{
|
||||
displayName: 'Table ID',
|
||||
displayName: 'Table',
|
||||
name: 'tableId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The name of table to access.',
|
||||
required: true,
|
||||
}, {
|
||||
},
|
||||
{
|
||||
displayName: 'Trigger Field',
|
||||
name: 'triggerField',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user