Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from louis-antoine-etsmtl/louis-antoine-etsmtl…
Browse files Browse the repository at this point in the history
…-patch-1

update to allow only jpeg images
  • Loading branch information
louis-antoine-etsmtl authored Mar 25, 2024
2 parents ba2acff + ce8dd62 commit 25bf8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Teacher/EditorQuiz/EditorQuiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const QuizForm: React.FC = () => {
<div className='images'>
<div className='upload'>
<label className="dropArea">
<input type="file" id="file-input" className="file-input" accept="image/*" multiple />
<input type="file" id="file-input" className="file-input" accept="image/jpeg" multiple />
</label>

<IconButton
Expand Down

0 comments on commit 25bf8a0

Please sign in to comment.