mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Improvements to Quick Base Node
This commit is contained in:
@@ -13,13 +13,15 @@ export class QuickBaseApi implements ICredentialType {
|
||||
name: 'hostname',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
required: true,
|
||||
placeholder: 'demo.quickbase.com',
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'User Token',
|
||||
name: 'userToken',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
required: true,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user