mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
🐛Fixed theme upload
closes #10545
- the server side has changed the field name in Admin API v2
- ref: a1023f0b11
This commit is contained in:
parent
95fe02c481
commit
14916ef1d1
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user