mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
PR suggestions - add placeholder
This commit is contained in:
parent
882d1eca8e
commit
7239e4f355
|
@ -95,7 +95,8 @@ export class Kafka implements INodeType {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 'https://schema-registry-domain:8081',
|
placeholder: 'https://schema-registry-domain:8081',
|
||||||
|
default: '',
|
||||||
description: 'URL of the schema registry.',
|
description: 'URL of the schema registry.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -77,7 +77,8 @@ export class KafkaTrigger implements INodeType {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 'https://schema-registry-domain:8081',
|
placeholder: 'https://schema-registry-domain:8081',
|
||||||
|
default: '',
|
||||||
description: 'URL of the schema registry.',
|
description: 'URL of the schema registry.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue