Skip to content
Snippets Groups Projects
Verified Commit d0c7ff77 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #276: Removed hardcoded size limit in file upload widget

parent a16bd2a4
No related branches found
No related tags found
No related merge requests found
Removed hardcoded size limit in file upload widget (#275)
......@@ -9,7 +9,6 @@
:class="['ui', 'icon', 'left', 'floated', 'button']"
:post-action="uploadUrl"
:multiple="true"
:size="1024 * 1024 * 30"
:data="uploadData"
:drop="true"
extensions="ogg,mp3,flac"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment