Skip to content

Commit

Permalink
Upload button disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
krdmnbrk committed Dec 7, 2024
1 parent 2b140f2 commit 5a8938b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Inputs/UploadButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function UploadButton({ darkMode, setInputs }) {
return (
<Button
component="label"
disabled
role={undefined}
variant={darkMode ? "outlined" : "contained"}
tabIndex={-1}
Expand Down

0 comments on commit 5a8938b

Please sign in to comment.