Remove default element value of Butto

This commit is contained in:
Daniel Filemon 2024-07-29 03:12:19 +00:00
parent bde0bb1235
commit 82547b4378
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const Button = React.forwardRef<HTMLButtonElement, IButton>((props, ref): JSX.El
block = false,
children,
disabled = false,
element = 'svg',
element,
icon,
onClick,
size = 'md',