Skip to content

Commit

Permalink
don't require file upload on create
Browse files Browse the repository at this point in the history
  • Loading branch information
bossbadi committed Apr 30, 2024
1 parent 3e87431 commit 04b7bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(quiz)/create/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
name="fileToUpload"
accept={ACCEPTED_FILETYPES}
on:change={compressImage}
required
/>
</div>

Expand Down

0 comments on commit 04b7bd9

Please sign in to comment.