mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 02:02:31 +08:00
DEV: Move computed to discourseComputed (#8312)
This commit is contained in:

committed by
GitHub

parent
d74546f50e
commit
6275c05c0d
@ -1,8 +1,8 @@
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
import Controller from "@ember/controller";
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
|
||||
export default Controller.extend({
|
||||
@computed
|
||||
@discourseComputed
|
||||
adminRoutes: function() {
|
||||
return this.model
|
||||
.map(p => {
|
||||
|
Reference in New Issue
Block a user