Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
d0c7ff77
Verified
Commit
d0c7ff77
authored
Jun 05, 2018
by
Eliot Berriot
Browse files
Fix #276: Removed hardcoded size limit in file upload widget
parent
a16bd2a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/275.bugfix
0 → 100644
View file @
d0c7ff77
Removed hardcoded size limit in file upload widget (#275)
front/src/components/library/import/FileUpload.vue
View file @
d0c7ff77
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment