fix(Airtable Node): Do not allow to use deprecated api keys in v1 (#9171)

This commit is contained in:
Michael Kret
2024-04-24 16:04:14 +03:00
committed by GitHub
parent 8f5a6bec55
commit 017ae6e102
4 changed files with 34 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ export class AirtableApi implements ICredentialType {
properties: INodeProperties[] = [
{
displayName:
'API Keys will be deprecated by the end of January 2024, see <a href="https://support.airtable.com/docs/airtable-api-key-deprecation-notice" target="_blank">this article</a> for more details. We recommend to use Personal Access Token instead.',
"This type of connection (API Key) was deprecated and can't be used anymore. Please create a new credential of type 'Access Token' instead.",
name: 'deprecated',
type: 'notice',
default: '',