Fixed name of description field for edit

This commit is contained in:
mtahiue 2019-11-08 15:13:48 +01:00
parent bea9fd033b
commit 2a54958c0f

View file

@ -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,