mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
🐛 Fix confusing placeholder text (#2557)
This commit is contained in:
parent
1b69148d9a
commit
feb17ae84e
|
@ -311,7 +311,7 @@ export class ItemLists implements INodeType {
|
|||
typeOptions: {
|
||||
multipleValues: true,
|
||||
},
|
||||
placeholder: 'Add Field To Exclude',
|
||||
placeholder: 'Add Field To Compare',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
Loading…
Reference in a new issue