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:
@@ -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.',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user