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

[FIX]: Solve issue that disables all input file buttons

parent 9f81752d
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
/>
)}
<MaterialButton
disabled
disabled={disabled}
className={className}
style={style}
color={color}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment