This commit is contained in:
Miłosz Szewczak
2020-04-11 10:35:07 +02:00
committed by GitHub
parent 2dc3667984
commit 89dadae289

View File

@@ -577,7 +577,7 @@ export class Mattermost implements INodeType {
name: 'actions',
placeholder: 'Add Actions',
description: 'Actions to add to message.',
type: 'fixedCollection',
type: 'Collection',
typeOptions: {
multipleValues: true,
},