mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add4
This commit is contained in:
parent
89dadae289
commit
4d873da53d
|
@ -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: 'Collection',
|
type: 'fixedCollection',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue