CLT POST bug fix

CLT POST bug fix
pull/266/head
Shahana Farooqui 4 years ago
parent 36abb6806d
commit dadd4a10bd

@ -20,7 +20,7 @@ common.getSelLNServerUrl = () => {
common.getOptions = () => {
common.selectedNode.options.method = 'GET';
common.selectedNode.options.form = {};
// common.selectedNode.options.form = {};
common.selectedNode.options.qs = {};
return common.selectedNode.options;
};

Loading…
Cancel
Save