mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-07 05:47:03 +00:00
Fix button props
This commit is contained in:
@@ -62,7 +62,7 @@ export const Button = forwardRef(
|
||||
[styles.off]: off,
|
||||
}
|
||||
)}
|
||||
{...mergeProps(filteredButtonProps, rest)}
|
||||
{...filteredButtonProps}
|
||||
ref={buttonRef}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user