mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
🐛 Fix Label-ID field
This commit is contained in:
parent
b01621bc80
commit
ebc52acdbc
|
@ -442,7 +442,7 @@ export const messageFields = [
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getLabels',
|
loadOptionsMethod: 'getLabels',
|
||||||
},
|
},
|
||||||
default: '',
|
default: [],
|
||||||
description: 'Only return messages with labels that match all of the specified label IDs.',
|
description: 'Only return messages with labels that match all of the specified label IDs.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue