mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 22:19:06 +08:00
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() {
|
||||
// TODO: this probably doesn't work anymore
|
||||
return this.store
|
||||
.findFiltered("topicList", { filter: "tags/" + this.get("tag.id") })
|
||||
.then(list => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user