mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
dae5706bdc
@ -559,6 +559,7 @@ const RenderButtonInner = observer(
|
|||||||
designerProps,
|
designerProps,
|
||||||
title,
|
title,
|
||||||
isLink,
|
isLink,
|
||||||
|
onlyIcon,
|
||||||
...others
|
...others
|
||||||
} = props;
|
} = props;
|
||||||
const debouncedClick = useCallback(
|
const debouncedClick = useCallback(
|
||||||
@ -602,7 +603,7 @@ const RenderButtonInner = observer(
|
|||||||
type={type === 'danger' ? undefined : type}
|
type={type === 'danger' ? undefined : type}
|
||||||
title={actionTitle}
|
title={actionTitle}
|
||||||
>
|
>
|
||||||
{actionTitle && (
|
{!onlyIcon && actionTitle && (
|
||||||
<span className={icon ? 'nb-action-title' : null} style={linkStyle}>
|
<span className={icon ? 'nb-action-title' : null} style={linkStyle}>
|
||||||
{actionTitle}
|
{actionTitle}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user