refactor(floatButton): provider exist shape (#49162)

This commit is contained in:
ice 2024-06-01 20:40:48 +08:00 committed by GitHub
parent 5d040439b4
commit c321647fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']}