mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 09:50:36 +01:00
CLT POST bug fix
CLT POST bug fix
This commit is contained in:
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…
Reference in New Issue
Block a user