DEV: Remove incorrect comment in tag/show controller (#10423)
This commit is contained in:
parent
7194b31443
commit
2008ecd68e
|
@ -120,7 +120,6 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, {
|
||||||
},
|
},
|
||||||
|
|
||||||
refresh() {
|
refresh() {
|
||||||
// TODO: this probably doesn't work anymore
|
|
||||||
return this.store
|
return this.store
|
||||||
.findFiltered("topicList", { filter: "tags/" + this.get("tag.id") })
|
.findFiltered("topicList", { filter: "tags/" + this.get("tag.id") })
|
||||||
.then(list => {
|
.then(list => {
|
||||||
|
|
Loading…
Reference in New Issue