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