mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
🐛 fix post-settings-menu slug input (#223)
refs https://github.com/TryGhost/Ghost/issues/7255 - adds missing `slugGenerator` service injection
This commit is contained in:
parent
ce58f6db33
commit
e8ba1071a0
@ -23,6 +23,7 @@ export default Controller.extend(SettingsMenuMixin, {
|
||||
ghostPaths: injectService(),
|
||||
notifications: injectService(),
|
||||
session: injectService(),
|
||||
slugGenerator: injectService(),
|
||||
timeZone: injectService(),
|
||||
|
||||
initializeSelectedAuthor: observer('model', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user