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