mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
PR suggestions - add placeholder
This commit is contained in:
@@ -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.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user