mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Merge pull request #6531 from acburdine/issue-6530
Inject ajax service in settings/labs
This commit is contained in:
commit
24e84ca531
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export default Controller.extend({
|
||||||
ghostPaths: service(),
|
ghostPaths: service(),
|
||||||
notifications: service(),
|
notifications: service(),
|
||||||
session: service(),
|
session: service(),
|
||||||
|
ajax: service(),
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
onUpload(file) {
|
onUpload(file) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue