mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
},
|
},
|
||||||
placeholder: 'Add Field To Exclude',
|
placeholder: 'Add Field To Compare',
|
||||||
default: {},
|
default: {},
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
|
|
Loading…
Reference in a new issue