Skip to content

Commit 969ed84

Browse files
committed
[FIX]: Solve issue that disables all input file buttons
1 parent 9f81752 commit 969ed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
507507
/>
508508
)}
509509
<MaterialButton
510-
disabled
510+
disabled={disabled}
511511
className={className}
512512
style={style}
513513
color={color}

0 commit comments

Comments
 (0)