FIX: refresh topic list on logo click
Fixes a regression where, when homepage is set to "categories", clicking on logo would no longer reload topic list.
This commit is contained in:
parent
e180e14a55
commit
037776881b
|
@ -1,4 +1,4 @@
|
|||
{{#discovery-categories refresh=refresh}}
|
||||
{{#discovery-categories refresh=(route-action "refresh")}}
|
||||
{{component categoryPageStyle
|
||||
categories=model.categories
|
||||
latestTopicOnly=latestTopicOnly
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#discovery-categories refresh=refresh}}
|
||||
{{#discovery-categories refresh=(route-action "refresh")}}
|
||||
{{component categoryPageStyle
|
||||
categories=model.categories
|
||||
latestTopicOnly=latestTopicOnly
|
||||
|
|
Loading…
Reference in New Issue