1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
This commit is contained in:
Miłosz Szewczak 2020-04-11 12:11:17 +02:00 committed by GitHub
parent 89dadae289
commit 4d873da53d
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: 'Collection',
type: 'fixedCollection',
typeOptions: {
multipleValues: true,
},