mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -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',
|
displayName: 'Body',
|
||||||
name: 'body',
|
name: 'description',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
rows: 5,
|
rows: 5,
|
||||||
|
|
Loading…
Reference in a new issue