🐛 Fix wrong default values

This commit is contained in:
Jan Oberhauser
2020-01-04 22:19:10 -06:00
parent 4c3750db9f
commit f4acd47f80
9 changed files with 23 additions and 23 deletions

View File

@@ -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',
},