From 9eb5dbc8539860c237fe3449266cbf6f53e86331 Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Wed, 23 Apr 2025 08:30:55 +0800 Subject: [PATCH] fix: issue with data block refresh not working (#6748) --- .../core/client/src/schema-component/antd/action/Action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/action/Action.tsx b/packages/core/client/src/schema-component/antd/action/Action.tsx index bacd353998..fc598be533 100644 --- a/packages/core/client/src/schema-component/antd/action/Action.tsx +++ b/packages/core/client/src/schema-component/antd/action/Action.tsx @@ -175,7 +175,7 @@ export const Action: ComposedAction = withDynamicSchemaProps( className={className} type={props.type} Designer={Designer} - onClick={onClick} + onClick={handleClick} confirm={confirm} confirmTitle={confirmTitle} popover={popover}