mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 23:07:12 +02:00
Fix default resource value
This commit is contained in:
parent
0f7e2adffa
commit
be62e94051
|
|
@ -56,7 +56,7 @@ export class Cockpit implements INodeType {
|
|||
displayName: 'Resource',
|
||||
name: 'resource',
|
||||
type: 'options',
|
||||
default: 'collections',
|
||||
default: 'collection',
|
||||
description: 'Resource to consume.',
|
||||
options: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user