Skip to content

Commit

Permalink
change misnamed variable in setAcceptType
Browse files Browse the repository at this point in the history
  • Loading branch information
taheralfayad committed Apr 24, 2024
1 parent c963624 commit a17b058
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 a17b058

Please sign in to comment.