🐛 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