mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:13:39 +08:00
Remove unused computed property.
This commit is contained in:
parent
e74cd54fc6
commit
f73988acd2
|
@ -6,15 +6,6 @@ export default Ember.Controller.extend({
|
|||
saving: false,
|
||||
saved: false,
|
||||
|
||||
@computed
|
||||
reviewablePriorities() {
|
||||
return [
|
||||
{ id: 0, name: "low" },
|
||||
{ id: 5, name: "medium" },
|
||||
{ id: 10, name: "high" }
|
||||
];
|
||||
},
|
||||
|
||||
actions: {
|
||||
save() {
|
||||
let priorities = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user