feat(Slack Node): Update wait for approval to use markdown (#11754)

This commit is contained in:
Jon
2024-11-20 20:57:27 +00:00
committed by GitHub
parent b3a99a2351
commit 40dd02f360
5 changed files with 166 additions and 9 deletions

View File

@@ -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',
},