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:
@@ -73,12 +73,12 @@ export class Airtable implements INodeType {
|
||||
// All
|
||||
// ----------------------------------
|
||||
{
|
||||
displayName: 'Application ID',
|
||||
displayName: 'Base ID',
|
||||
name: 'application',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The ID of the application to access.',
|
||||
description: 'The ID of the base to access.',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
|
||||
Reference in New Issue
Block a user