mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
🔨 Update download tooltip (#1991)
This commit is contained in:
parent
ff7e035cd5
commit
a376ff85b5
|
@ -221,7 +221,7 @@ export class Airtable implements INodeType {
|
|||
},
|
||||
},
|
||||
default: '',
|
||||
description: `Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive.`,
|
||||
description: `Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive and cannot include spaces after a comma.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Options',
|
||||
|
|
Loading…
Reference in a new issue