Skip to content

Commit

Permalink
remove tabIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
anle9650 committed Sep 3, 2023
1 parent 2a7a207 commit 05f7e9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/data/material/components/buttons/InputFileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function InputFileUpload() {
return (
<Button
component="label"
tabIndex={-1}
variant="contained"
startIcon={
<SvgIcon>
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/buttons/InputFileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function InputFileUpload() {
return (
<Button
component="label"
tabIndex={-1}
variant="contained"
startIcon={
<SvgIcon>
Expand Down

0 comments on commit 05f7e9d

Please sign in to comment.