mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
⚡ small fix
This commit is contained in:
parent
77148fe352
commit
0e9106c563
|
@ -7,6 +7,12 @@ export class InvoiceNinjaServerApi implements ICredentialType {
|
|||
name = 'invoiceNinjaServerApi';
|
||||
displayName = 'Invoice Ninja API';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Domain',
|
||||
name: 'domain',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'API Token',
|
||||
name: 'apiToken',
|
||||
|
|
Loading…
Reference in a new issue