mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Small improvements to Mindee-Node
This commit is contained in:
@@ -21,7 +21,7 @@ export class Mindee implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Mindee',
|
||||
name: 'mindee',
|
||||
icon: 'file:mindee.png',
|
||||
icon: 'file:mindee.svg',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
@@ -62,14 +62,14 @@ export class Mindee implements INodeType {
|
||||
name: 'resource',
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Receipt',
|
||||
value: 'receipt',
|
||||
},
|
||||
{
|
||||
name: 'Invoice',
|
||||
value: 'invoice',
|
||||
},
|
||||
{
|
||||
name: 'Receipt',
|
||||
value: 'receipt',
|
||||
},
|
||||
],
|
||||
default: 'receipt',
|
||||
description: 'The resource to operate on.'
|
||||
|
||||
Reference in New Issue
Block a user