Skip to content
Snippets Groups Projects
Commit c1050c0b authored by shreyvishal's avatar shreyvishal
Browse files

Added: Some Logs

parent 53e4dac2
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,7 @@ export class XInputService {
const method = body?.method;
delete body.action;
delete body.method;
console.log("Data======>====>", {
url: actionUrl,
method,
data: body
});
const submitFormDataResp = await this.httpClient.client({
url: actionUrl,
method,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment