mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08: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 a new issue