mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Slack Node): Update wait for approval to use markdown (#11754)
This commit is contained in:
@@ -52,7 +52,7 @@ export class SlackV2 implements INodeType {
|
||||
constructor(baseDescription: INodeTypeBaseDescription) {
|
||||
this.description = {
|
||||
...baseDescription,
|
||||
version: [2, 2.1, 2.2],
|
||||
version: [2, 2.1, 2.2, 2.3],
|
||||
defaults: {
|
||||
name: 'Slack',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user