Skip to content

Commit 50b5e5e

Browse files
committed
[FIX]: add missing prop from FileInputButton to Material Button
1 parent 223accf commit 50b5e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/files-ui/components/file-input-button/FileInputButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
516516
textColor={textColor}
517517
resetStyles={resetStyles}
518518
onClick={handleClick}
519+
disableRipple={disableRipple}
519520
{...rest}
520521
>
521522
{children || label}

0 commit comments

Comments
 (0)