mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03: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
@ -16,6 +16,7 @@ export default Controller.extend({
|
||||
ghostPaths: service(),
|
||||
notifications: service(),
|
||||
session: service(),
|
||||
ajax: service(),
|
||||
|
||||
actions: {
|
||||
onUpload(file) {
|
||||
|
Loading…
Reference in New Issue
Block a user