mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
⚡ Add missing description parameter for Deal -> Update
This commit is contained in:
parent
61a29ef25e
commit
51f2db0578
|
|
@ -285,6 +285,12 @@ export const dealFields = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Deal Description',
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Deal Name',
|
||||
name: 'dealName',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user