mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
refactor(floatButton): provider exist shape (#49162)
This commit is contained in:
parent
5d040439b4
commit
c321647fe8
@ -123,7 +123,6 @@ const FloatButtonGroup: React.FC<FloatButtonGroupProps> = (props) => {
|
||||
<FloatButton
|
||||
ref={floatButtonRef}
|
||||
type={type}
|
||||
shape={shape}
|
||||
icon={open ? mergedCloseIcon : icon}
|
||||
description={description}
|
||||
aria-label={props['aria-label']}
|
||||
|
Loading…
Reference in New Issue
Block a user