Skip to content
Snippets Groups Projects
Commit 50b5e5e0 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[FIX]: add missing prop from FileInputButton to Material Button

parent 223accf5
No related branches found
No related tags found
No related merge requests found
...@@ -516,6 +516,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = ( ...@@ -516,6 +516,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
textColor={textColor} textColor={textColor}
resetStyles={resetStyles} resetStyles={resetStyles}
onClick={handleClick} onClick={handleClick}
disableRipple={disableRipple}
{...rest} {...rest}
> >
{children || label} {children || label}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment