Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🐛Fixed theme upload
Browse files Browse the repository at this point in the history
closes #10545

- the server side has changed the field name in Admin API v2
- ref: TryGhost/Ghost@a1023f0
  • Loading branch information
kirrg001 committed Feb 27, 2019
1 parent 4ba03cc commit 5b484cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/modal-upload-theme.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

1 comment on commit 5b484cb

@kirrg001
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #10545

Shortcut reference does not work when using github edits 🤷🏻‍♀️

Please sign in to comment.