🐛 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

@@ -107,7 +107,7 @@ export const taskFields = [
displayName: 'List ID',
name: 'listID',
type: 'string',
default: [],
default: '',
required : false,
description: 'Put the new task in a list ("project"). Omit this param to have the task be private.',
},