This commit is contained in:
Miłosz Szewczak 2020-04-11 10:35:07 +02:00 committed by GitHub
parent 2dc3667984
commit 89dadae289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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