From 46f76c68c2949df22c657729564130e57dbc388e Mon Sep 17 00:00:00 2001 From: GimmyHchs Date: Fri, 13 Dec 2024 11:50:20 +0800 Subject: [PATCH] fix(Slack Node): Remove dup option of Channel Name or ID --- .../nodes-base/nodes/Slack/V2/FileDescription.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts index 08fb65795e..2ba6995705 100644 --- a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts @@ -130,22 +130,6 @@ export const fileFields: INodeProperties[] = [ description: 'The channel to send the file to. Choose from the list, or specify an ID using an expression.', }, - { - displayName: 'Channel Name or ID', - name: 'channelId', - type: 'options', - typeOptions: { - loadOptionsMethod: 'getChannels', - }, - displayOptions: { - show: { - '@version': [{ _cnd: { gte: 2.2 } }], - }, - }, - default: [], - description: - 'The channel to send the file to. Choose from the list, or specify an ID using an expression.', - }, { displayName: 'File Name', name: 'fileName',