Fixed name of description field

This commit is contained in:
mtahiue 2019-11-08 15:10:45 +01:00
parent 021762c74e
commit bea9fd033b

View file

@ -241,7 +241,7 @@ export class Gitlab implements INodeType {
}, },
{ {
displayName: 'Body', displayName: 'Body',
name: 'body', name: 'description',
type: 'string', type: 'string',
typeOptions: { typeOptions: {
rows: 5, rows: 5,