Update packages/node_modules/@node-red/nodes/core/network/22-websocket.html

This commit is contained in:
Nick O'Leary 2024-03-13 17:19:20 +00:00 committed by GitHub
parent 7e10093bb8
commit e34ee44b21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@
const defaultOptions = [ const defaultOptions = [
{ value: "other", label: RED._("node-red:httpin.label.other"), { value: "other", label: RED._("node-red:httpin.label.other"),
hasValue: true, icon: "red/images/typedInput/az.svg" }, hasValue: true, icon: "red/images/typedInput/az.svg" },
{ value: "env", label: "env", hasValue: true }, "env",
]; ];
/* /*
headerOptions["accept"] = [ headerOptions["accept"] = [