mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
resolves basic ds proxies (#5012)
This commit is contained in:
parent
55c783064e
commit
85cea9e6f1
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ async function executeRunPycode(_ref, code, query, editorState, isPreview, mode)
|
|||
};
|
||||
}
|
||||
|
||||
return result;
|
||||
return pyodide.isPyProxy(result) ? result.toJs() : result;
|
||||
};
|
||||
|
||||
return { data: await evaluatePythonCode(pyodide, code) };
|
||||
|
|
|
|||
Loading…
Reference in a new issue