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

Added: Some Changes

parent 8a6b61f6
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ export async function xInput(xinput: any, action: string) { ...@@ -26,7 +26,6 @@ export async function xInput(xinput: any, action: string) {
if (action.startsWith("on_") && xinput?.form?.url) { if (action.startsWith("on_") && xinput?.form?.url) {
const xInputService = container.resolve<XInputService>(XInputService); const xInputService = container.resolve<XInputService>(XInputService);
const xInputHTML = await xInputService.getXInputForm(xinput.form.url); const xInputHTML = await xInputService.getXInputForm(xinput.form.url);
return { return {
mime_type: xinput?.form?.mime_type, mime_type: xinput?.form?.mime_type,
html: xInputHTML html: xInputHTML
......
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