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}