Skip to content

Commit

Permalink
FIX: Correct top_tags fetching (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Dec 22, 2023
1 parent 1af13a0 commit 47883a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/discourse/services/kanban-manager.js
Expand Up @@ -47,7 +47,7 @@ export default class KanbanManager extends Service {
}

get discoveryTopTags() {
return this.discoveryRouteAttribute("topic_list.top_tags");
return this.discoveryRouteAttribute("list.topic_list.top_tags");
}

get discoveryCategory() {
Expand Down

0 comments on commit 47883a4

Please sign in to comment.