Skip to content

Commit

Permalink
Merge pull request #943 from ucfopen/issue/899-filetype
Browse files Browse the repository at this point in the history
Update misnamed variable
  • Loading branch information
dmols authored Apr 25, 2024
2 parents 28bf1f0 + 567cba8 commit 98fb0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/Components/FilesModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class FilesModal extends React.Component {
break

default:
accept = fileType
accept = file.fileType
break
}

Expand Down

0 comments on commit 98fb0da

Please sign in to comment.