mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Small improvement
This commit is contained in:
parent
6c94873dfa
commit
98255f709e
|
@ -41,7 +41,7 @@ export const channelFields = [
|
|||
/* channel:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Part',
|
||||
displayName: 'Fields',
|
||||
name: 'part',
|
||||
type: 'multiOptions',
|
||||
options: [
|
||||
|
@ -97,6 +97,7 @@ export const channelFields = [
|
|||
],
|
||||
},
|
||||
},
|
||||
description: 'The fields parameter specifies a comma-separated list of one or more channel resource properties that the API response will include.',
|
||||
default: ''
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue