mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
Fixed name of description field for edit
This commit is contained in:
parent
bea9fd033b
commit
2a54958c0f
|
@ -433,7 +433,7 @@ export class Gitlab implements INodeType {
|
|||
},
|
||||
{
|
||||
displayName: 'Body',
|
||||
name: 'body',
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
rows: 5,
|
||||
|
|
Loading…
Reference in a new issue