mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Small improvement to Mattermost-Node
This commit is contained in:
@@ -10,7 +10,7 @@ import { IDataObject } from 'n8n-workflow';
|
||||
export interface IAttachment {
|
||||
fields: {
|
||||
item?: object[];
|
||||
},
|
||||
};
|
||||
actions: {
|
||||
item?: object[];
|
||||
};
|
||||
|
||||
@@ -522,6 +522,9 @@ export class Mattermost implements INodeType {
|
||||
data_source: [
|
||||
'custom'
|
||||
],
|
||||
type: [
|
||||
'select'
|
||||
],
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
|
||||
Reference in New Issue
Block a user