DEV: Remove broken line of code (#18465)
The router service isn't even injected so the code is not used and broken.
This commit is contained in:
parent
de071fc1e8
commit
044dc85358
|
@ -18,7 +18,6 @@ export default Controller.extend({
|
||||||
isPersonal: equal("pmView", "user"),
|
isPersonal: equal("pmView", "user"),
|
||||||
group: null,
|
group: null,
|
||||||
groupFilter: alias("group.name"),
|
groupFilter: alias("group.name"),
|
||||||
currentPath: alias("router._router.currentPath"),
|
|
||||||
currentRouteName: readOnly("router.currentRouteName"),
|
currentRouteName: readOnly("router.currentRouteName"),
|
||||||
pmTaggingEnabled: alias("site.can_tag_pms"),
|
pmTaggingEnabled: alias("site.can_tag_pms"),
|
||||||
tagId: null,
|
tagId: null,
|
||||||
|
|
Loading…
Reference in New Issue