1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

tidy split node merged object key typed input

This commit is contained in:
Dave Conway-Jones 2018-09-04 17:41:14 +01:00
parent 6442bb8a13
commit 7703875740
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -439,10 +439,7 @@
$("#node-input-joiner").typedInput({
default: 'str',
typeField: $("#node-input-joinerType"),
types:[
'str',
'bin'
]
types:['str', 'bin']
});
$("#node-input-property").typedInput({
@ -451,7 +448,7 @@
});
$("#node-input-key").typedInput({
types:['msg', {value:"merge", label:"", hasValue:false}]
types:['msg']
});
$("#node-input-build").change();