From 969ed84b7f2d45c8b9b147ccebe9314f36fd3e21 Mon Sep 17 00:00:00 2001
From: Jose Manuel Serrano Amaut <a20122128@pucp.pe>
Date: Fri, 17 Mar 2023 11:46:39 -0500
Subject: [PATCH] [FIX]: Solve issue that disables all input file buttons

---
 src/files-ui/components/file-input-button/FileInputButton.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/files-ui/components/file-input-button/FileInputButton.tsx b/src/files-ui/components/file-input-button/FileInputButton.tsx
index f9c2dbd..cfcd697 100644
--- a/src/files-ui/components/file-input-button/FileInputButton.tsx
+++ b/src/files-ui/components/file-input-button/FileInputButton.tsx
@@ -507,7 +507,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
         />
       )}
       <MaterialButton
-        disabled
+        disabled={disabled}
         className={className}
         style={style}
         color={color}
-- 
GitLab