This commit is contained in:
Miłosz Szewczak
2020-04-11 12:11:17 +02:00
committed by GitHub
parent 89dadae289
commit 4d873da53d

View File

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