CLT POST bug fix

CLT POST bug fix
This commit is contained in:
Shahana Farooqui 2020-02-14 09:06:18 -05:00
parent 36abb6806d
commit dadd4a10bd

View File

@ -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;
};