mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
⚡ small fix
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user