mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix: cardId property not showing up for completed checklist in Trello (#4186)
🐛 cardId property not showing up for completed checklist in Trello
This commit is contained in:
parent
31391a5b19
commit
05d227571d
|
@ -138,7 +138,7 @@ export const checklistFields: INodeProperties[] = [
|
|||
'deleteCheckItem',
|
||||
'getCheckItem',
|
||||
'updateCheckItem',
|
||||
'completeCheckItems',
|
||||
'completedCheckItems',
|
||||
],
|
||||
resource: ['checklist'],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue