There was an error while loading. Please reload this page.
1 parent 6cd01d3 commit f05cd4aCopy full SHA for f05cd4a
1 file changed
blocks/action.ts
@@ -17,6 +17,7 @@ export interface ActionModule<
17
18
const actionBlock: Block<ActionModule> = {
19
type: "actions",
20
+ introspect: { includeReturn: true },
21
adapt: <
22
TProps = any,
23
>(
0 commit comments