mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:35:13 +08:00
FIX: removes legacy refreshQueryWithoutTransition (#9145)
This was causing the history state from period query params to get messedup when going back.
This commit is contained in:
parent
4f37233208
commit
345ac6cb67
|
@ -10,8 +10,6 @@ export default DiscourseRoute.extend({
|
|||
exclude_usernames: { refreshModel: true }
|
||||
},
|
||||
|
||||
refreshQueryWithoutTransition: true,
|
||||
|
||||
titleToken() {
|
||||
return I18n.t("directory.title");
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user