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

Make pre-defined header list sortable in http request node

This commit is contained in:
Kazuhito Yokoi 2022-08-18 01:29:07 +09:00
parent 5365786386
commit 0d0d5bafb0

View File

@ -417,6 +417,7 @@
}); });
}, },
sortable: true,
removable: true removable: true
}); });
if (node.headers) { if (node.headers) {