mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix wrong default values
This commit is contained in:
@@ -104,7 +104,7 @@ export class Todoist implements INodeType {
|
||||
]
|
||||
},
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
description: 'The project you want to add the task to.',
|
||||
},
|
||||
{
|
||||
@@ -145,7 +145,7 @@ export class Todoist implements INodeType {
|
||||
]
|
||||
},
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Task content',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user