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 4273e7a commit 0b3212dCopy full SHA for 0b3212d
adminforth/documentation/docs/tutorial/03-Customization/09-Actions.md
@@ -21,7 +21,7 @@ Here's how to add a custom action:
21
},
22
23
// Handler function when action is triggered
24
- action: ({ recordId, adminUser }) => {
+ action: async ({ recordId, adminUser }) => {
25
console.log("auto submit", recordId, adminUser);
26
return {
27
ok: true,
0 commit comments