mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 13:39:44 -08:00
add2
This commit is contained in:
parent
2dc3667984
commit
89dadae289
|
@ -577,7 +577,7 @@ export class Mattermost implements INodeType {
|
||||||
name: 'actions',
|
name: 'actions',
|
||||||
placeholder: 'Add Actions',
|
placeholder: 'Add Actions',
|
||||||
description: 'Actions to add to message.',
|
description: 'Actions to add to message.',
|
||||||
type: 'fixedCollection',
|
type: 'Collection',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue