mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
dae5706bdc
@ -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 && (
|
||||
<span className={icon ? 'nb-action-title' : null} style={linkStyle}>
|
||||
{actionTitle}
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user