🐛Fixed theme upload

closes #10545

- the server side has changed the field name in Admin API v2
- ref: a1023f0b11
This commit is contained in:
Katharina Irrgang 2019-02-27 10:02:52 +01:00 committed by GitHub
parent 95fe02c481
commit 14916ef1d1

View File

@ -88,7 +88,7 @@
{{else}}
{{gh-file-uploader
url=uploadUrl
paramName="theme"
paramName="file"
accept=accept
labelText="Click to select or drag-and-drop your theme zip file here."
validate=(action "validateTheme")