There was an error while loading. Please reload this page.
1 parent af5c51e commit 0620d72Copy full SHA for 0620d72
1 file changed
src/routes/actions.js
@@ -32,7 +32,7 @@ class Actions {
32
const hookResponse = await this.smartActionHookService.getResponse(
33
action,
34
action.hooks.load,
35
- action.fields,
+ structuredClone(action.fields),
36
request,
37
);
38
return response.status(200).send(hookResponse);
0 commit comments