mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
inject ajax service in settings/labs
closes #6530 - turns out one must inject a service in order to use it
This commit is contained in:
parent
39b326aa6d
commit
c1d962ac63
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export default Controller.extend({
|
|||
ghostPaths: service(),
|
||||
notifications: service(),
|
||||
session: service(),
|
||||
ajax: service(),
|
||||
|
||||
actions: {
|
||||
onUpload(file) {
|
||||
|
|
Loading…
Add table
Reference in a new issue