We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3a22d commit 4f06207Copy full SHA for 4f06207
adminforth/index.ts
@@ -522,7 +522,7 @@ class AdminForth implements IAdminForth {
522
return { error: err };
523
}
524
525
- const recordWithVirtualColumns = record;
+ const recordWithVirtualColumns = { ...record };
526
527
// execute hook if needed
528
for (const hook of listify(resource.hooks?.create?.beforeSave)) {
0 commit comments