mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08: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 a new issue