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 22a168b62b..e759e9ed59 100644 --- a/packages/core/client/src/schema-component/antd/action/Action.tsx +++ b/packages/core/client/src/schema-component/antd/action/Action.tsx @@ -559,6 +559,7 @@ const RenderButtonInner = observer( designerProps, title, isLink, + onlyIcon, ...others } = props; const debouncedClick = useCallback( @@ -602,7 +603,7 @@ const RenderButtonInner = observer( type={type === 'danger' ? undefined : type} title={actionTitle} > - {actionTitle && ( + {!onlyIcon && actionTitle && ( {actionTitle}