PR suggestions - add placeholder

This commit is contained in:
Ricardo Georgel
2021-07-05 11:54:37 -03:00
parent 882d1eca8e
commit 7239e4f355
2 changed files with 4 additions and 2 deletions

View File

@@ -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.',
},
{

View File

@@ -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.',
},
{