Skip to content

Commit acd85f2

Browse files
authored
Merge pull request #403 from arlemi/master
remove default name value for the NLU node
2 parents ad1e8a4 + a2fa0d3 commit acd85f2

File tree

1 file changed

+1
-1
lines changed
  • services/natural_language_understanding

1 file changed

+1
-1
lines changed

services/natural_language_understanding/v1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
RED.nodes.registerType('natural-language-understanding', {
316316
category: 'IBM Watson',
317317
defaults: {
318-
'name': {value: false},
318+
'name': {value: ''},
319319
'categories': {value: false},
320320
'concepts': {value: false},
321321
'maxconcepts': {value: '8'},

0 commit comments

Comments
 (0)