fix(Slack Node): Remove dup option of Channel Name or ID

This commit is contained in:
GimmyHchs 2024-12-13 11:50:20 +08:00 committed by Anatoli Nicolae
parent ccdc64fe4f
commit 46f76c68c2
No known key found for this signature in database
GPG key ID: BD3E3BCE82169085

View file

@ -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 <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
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 <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'File Name',
name: 'fileName',